diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | { | 1 | { |
2 | description = "gkleen's machines"; | 2 | description = "GKleen's flakey nixos configuration"; |
3 | 3 | ||
4 | inputs = { | 4 | inputs = { |
5 | nixpkgs = { | 5 | nixpkgs = { |
@@ -103,7 +103,7 @@ | |||
103 | 103 | ||
104 | defaultTemplate = { | 104 | defaultTemplate = { |
105 | path = ./.; | 105 | path = ./.; |
106 | description = "A flakey nixos configuration."; | 106 | description = "GKleen's flakey nixos configuration"; |
107 | }; | 107 | }; |
108 | }; | 108 | }; |
109 | } | 109 | } |