Fix cluster setups to unmask lib

This commit is contained in:
Jonas Juselius
2020-10-31 08:55:03 +01:00
parent ec98ac483e
commit 375a26915f
5 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
with import <nixpkgs> {};
let
lib = import ../../lib/default.nix { inherit pkgs cfg lib config; };
setup = import ../../lib/default.nix { inherit pkgs cfg lib config; };
hosts = [
{ name = "fs0-0"; address = "10.253.18.106"; hw = ./fs0-0.nix; }
@@ -41,4 +41,4 @@ let
'';
};
in
lib.fs.mkDeployment hosts
setup.fs.mkDeployment hosts