summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index b1f676d2..302a322c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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}