Remove unused pkgsStable
argument and add a more useful inputs
This commit is contained in:
parent
9dabfa7771
commit
2874437ab9
1 changed files with 1 additions and 1 deletions
|
@ -54,10 +54,10 @@
|
||||||
(name: value: {
|
(name: value: {
|
||||||
inherit name;
|
inherit name;
|
||||||
value = pkgs.callPackage "${self}/packages/${name}" {
|
value = pkgs.callPackage "${self}/packages/${name}" {
|
||||||
pkgsStable = inputs.nixpkgsStable.legacyPackages.${system};
|
|
||||||
dream2nix = inputs.dream2nix;
|
dream2nix = inputs.dream2nix;
|
||||||
projectRoot = self.outPath;
|
projectRoot = self.outPath;
|
||||||
packagePath = "packages/${name}";
|
packagePath = "packages/${name}";
|
||||||
|
inherit inputs;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(lib.filterAttrs (_: type: type == "directory") (builtins.readDir "${self}/packages"))
|
(lib.filterAttrs (_: type: type == "directory") (builtins.readDir "${self}/packages"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue