nit: make nix flake check happy
This commit is contained in:
parent
0e590162d2
commit
7827b01899
5 changed files with 5 additions and 21 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue