Created
April 29, 2019 06:24
-
-
Save ivan/c7216512c3ed0f47718a4f4cc87e0877 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let | |
pkgs = import <nixpkgs> {}; | |
lib = pkgs.lib; | |
in | |
{ | |
"paris2" = import ../hosts/paris2.nix { inherit pkgs lib; }; | |
"scale8" = import ../hosts/scale8.nix { inherit pkgs lib; }; | |
"scale9" = import ../hosts/scale9.nix { inherit pkgs lib; }; | |
"scale10" = import ../hosts/scale10.nix { inherit pkgs lib; }; | |
"scale11" = import ../hosts/scale11.nix { inherit pkgs lib; }; | |
"do11" = import ../hosts/do11.nix { inherit pkgs lib; }; | |
"bhsvps1" = import ../hosts/bhsvps1.nix { inherit pkgs lib; }; | |
"icvm" = import ../hosts/icvm.nix { inherit pkgs lib; }; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment