nit: make nix flake check happy

This commit is contained in:
Infinidoge 2022-10-19 15:03:58 -04:00
parent 0e590162d2
commit 7827b01899
5 changed files with 5 additions and 21 deletions

View file

@ -191,13 +191,13 @@
};
};
devshell = ./shell;
devshells.x86_64-linux.default = ./shell;
homeConfigurations = digga.lib.mkHomeConfigurations self.nixosConfigurations;
deploy.nodes = digga.lib.mkDeployNodes self.nixosConfigurations { };
defaultTemplate = self.templates.bud;
templates.default = self.templates.bud;
templates.bud.path = ./.;
templates.bud.description = "bud template";