From 7fd1c9ff80d27dfbd2eaf7a6b00c039445b29648 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 24 Feb 2023 16:11:43 +0100 Subject: [PATCH] remove the default.nix file (why did we keep this around? in any case, it's broken) --- default.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 default.nix diff --git a/default.nix b/default.nix deleted file mode 100644 index 1f8d586..0000000 --- a/default.nix +++ /dev/null @@ -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; }; -}