From 40ce518b7ef94b8e80d7149f28f30b00a881d1e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 3 Sep 2023 15:35:14 +0200 Subject: [PATCH] template/buildClan: use self as directory paths somehow don't end up in the store for some reason, which breaks sops-nix --- templates/new-clan/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/new-clan/flake.nix b/templates/new-clan/flake.nix index 7687075..17c6154 100644 --- a/templates/new-clan/flake.nix +++ b/templates/new-clan/flake.nix @@ -11,7 +11,7 @@ { # all machines managed by cLAN nixosConfigurations = clan-core.lib.buildClan { - directory = ./.; + directory = self; }; # add the cLAN cli tool to the dev shell devShells.${system}.default = pkgs.mkShell {