fix: use legacyPackages, now compiling fine

This commit is contained in:
oddlama 2022-12-09 16:38:56 +01:00
parent 08db98efd4
commit 2b440bbde3
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 5 additions and 16 deletions

View file

@ -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;
}