remove the default.nix file

(why did we keep this around? in any case, it's broken)
nextcloud-docs-on-website
stuebinm 2023-02-24 16:11:43 +01:00
parent ba91526fc8
commit 7fd1c9ff80
1 changed files with 0 additions and 11 deletions

View File

@ -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; };
}