diff options
-rw-r--r-- | flake.nix | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,5 @@ | |||
1 | let | 1 | { |
2 | description = "GKleen's flakey nixos configuration"; | 2 | description = "GKleen's flakey nixos configuration"; |
3 | in { | ||
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 | } |