summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5ade9e1e..b1f676d2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -100,5 +100,10 @@
100 apps = recursiveUpdate activateNixosConfigurations activateHomeManagerConfigurations; 100 apps = recursiveUpdate activateNixosConfigurations activateHomeManagerConfigurations;
101 101
102 devShell = forAllSystems (system: systemPkgs: import ./shell.nix { pkgs = self.legacyPackages.${system}; }); 102 devShell = forAllSystems (system: systemPkgs: import ./shell.nix { pkgs = self.legacyPackages.${system}; });
103
104 defaultTemplate = {
105 path = ./.;
106 description = "A flakey nixos configuration.";
107 };
103 }; 108 };
104} 109}