template/buildClan: use self as directory

paths somehow don't end up in the store for some reason, which breaks sops-nix
This commit is contained in:
Jörg Thalheim 2023-09-03 15:35:14 +02:00
parent d51dd39ae3
commit 40ce518b7e

View File

@ -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 {