1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-10-17 23:06:10 -04:00
This commit is contained in:
Noam Yorav-Raphael 2024-10-17 15:06:41 +09:00 committed by GitHub
commit 98bcaccb88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,7 +131,7 @@ let
f = import path; f = import path;
in in
f ((builtins.intersectAttrs (builtins.functionArgs f) allPkgs) // overrides); f ((builtins.intersectAttrs (builtins.functionArgs f) allPkgs) // overrides);
pkgs = with nixpkgs; { pkgs = {
mkDerivation = import ./autotools.nix nixpkgs; mkDerivation = import ./autotools.nix nixpkgs;
hello = callPackage ./hello.nix { }; hello = callPackage ./hello.nix { };
graphviz = callPackage ./graphviz.nix { }; graphviz = callPackage ./graphviz.nix { };