diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-10 01:01:17 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-10 01:01:17 +0100 |
commit | 596e62a678366c83ea8204316c45e91e1d90b0d8 (patch) | |
tree | 26792f69084f8abc8828f5c4f9fca800e120ca4e /nixops | |
parent | fcf18de4a44fcc496837fbb6eedcc01e5f6eb680 (diff) | |
download | Nix-596e62a678366c83ea8204316c45e91e1d90b0d8.tar.gz Nix-596e62a678366c83ea8204316c45e91e1d90b0d8.tar.zst Nix-596e62a678366c83ea8204316c45e91e1d90b0d8.zip |
Make pkg an argument of libs.nix
Diffstat (limited to 'nixops')
-rw-r--r-- | nixops/eldiron.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/eldiron.nix b/nixops/eldiron.nix index 21d3390..4726d08 100644 --- a/nixops/eldiron.nix +++ b/nixops/eldiron.nix | |||
@@ -9,7 +9,7 @@ | |||
9 | with mylibs; | 9 | with mylibs; |
10 | { | 10 | { |
11 | _module.args = { | 11 | _module.args = { |
12 | mylibs = import ../libs.nix; | 12 | mylibs = import ../libs.nix { nixpkgs = pkgs; }; |
13 | mypkgs = import ../default.nix; | 13 | mypkgs = import ../default.nix; |
14 | myconfig = { | 14 | myconfig = { |
15 | inherit privateFiles; | 15 | inherit privateFiles; |