summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 51959fb6..302a322c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,5 @@
1let 1{
2 description = "GKleen's flakey nixos configuration"; 2 description = "GKleen's flakey nixos configuration";
3in {
4 inherit description;
5 3
6 inputs = { 4 inputs = {
7 nixpkgs = { 5 nixpkgs = {
@@ -105,7 +103,7 @@ in {
105 103
106 defaultTemplate = { 104 defaultTemplate = {
107 path = ./.; 105 path = ./.;
108 inherit description; 106 description = "GKleen's flakey nixos configuration";
109 }; 107 };
110 }; 108 };
111} 109}