mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-03 07:29:41 +00:00
ref(nix): use callPackage
I didn't know it resolves lambda arguments, interesting
This commit is contained in:
parent
e90eafa667
commit
b00f94996e
5 changed files with 41 additions and 40 deletions
|
|
@ -21,9 +21,8 @@
|
|||
inherit pkgs;
|
||||
nurpkgs = pkgs;
|
||||
};
|
||||
custom = import ./custom {
|
||||
inherit pkgs unstable;
|
||||
inherit system;
|
||||
custom = pkgs.callPackage ./custom {
|
||||
inherit unstable;
|
||||
inherit (input) opam-nix;
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue