nix: use legacy packages
This commit is contained in:
parent
2d15d63dcb
commit
4f86475068
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, ... }: {
|
||||
packages = nixpkgs.lib.attrsets.genAttrs nixpkgs.lib.systems.flakeExposed (system: import ./nix {
|
||||
legacyPackages = nixpkgs.lib.attrsets.genAttrs nixpkgs.lib.systems.flakeExposed (system: import ./nix {
|
||||
inherit system inputs;
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue