remove the default.nix file
(why did we keep this around? in any case, it's broken)
This commit is contained in:
parent
ba91526fc8
commit
7fd1c9ff80
1 changed files with 0 additions and 11 deletions
11
default.nix
11
default.nix
|
@ -1,11 +0,0 @@
|
|||
rec {
|
||||
sources = import ./nix/sources.nix;
|
||||
pkgs = import ./pkgs {};
|
||||
inherit (pkgs) lib;
|
||||
inherit (import (sources.nix-hexchen + "/lib/hosts.nix") {
|
||||
inherit pkgs sources;
|
||||
inherit ((import sources.nix-hexchen) {}) modules;
|
||||
hostsDir = ./hosts; commonImports = [./common]; pkgsPath = ./pkgs;
|
||||
}) hosts groups;
|
||||
deploy = import (sources.nix-hexchen + "/lib/deploy.nix") { inherit pkgs hosts groups; };
|
||||
}
|
Loading…
Reference in a new issue