mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: use legacyPackages, now compiling fine
This commit is contained in:
parent
08db98efd4
commit
2b440bbde3
6 changed files with 5 additions and 16 deletions
|
@ -59,7 +59,7 @@
|
|||
checks = import ./nix/checks.nix inputs localSystem;
|
||||
devShells.default = import ./nix/dev-shell.nix inputs localSystem;
|
||||
|
||||
packages =
|
||||
legacyPackages =
|
||||
{
|
||||
default = self.packages.${localSystem}.all;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue