Remove unused pkgsStable argument and add a more useful inputs

This commit is contained in:
Andrea Ciceri 2024-10-17 23:17:41 +02:00
parent 9dabfa7771
commit 2874437ab9
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -54,10 +54,10 @@
(name: value: {
inherit name;
value = pkgs.callPackage "${self}/packages/${name}" {
pkgsStable = inputs.nixpkgsStable.legacyPackages.${system};
dream2nix = inputs.dream2nix;
projectRoot = self.outPath;
packagePath = "packages/${name}";
inherit inputs;
};
})
(lib.filterAttrs (_: type: type == "directory") (builtins.readDir "${self}/packages"))