summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-12-31 17:33:45 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-01-03 20:18:00 +0100
commitc6e4166a48f9456df028428fd38d16b48fd55029 (patch)
treeb8b054346d59370df28492d3cf4eeaa60426c97f
parent0f1b6e9710f2a5f13128bb896014936b908b50c6 (diff)
downloadnixos-c6e4166a48f9456df028428fd38d16b48fd55029.tar
nixos-c6e4166a48f9456df028428fd38d16b48fd55029.tar.gz
nixos-c6e4166a48f9456df028428fd38d16b48fd55029.tar.bz2
nixos-c6e4166a48f9456df028428fd38d16b48fd55029.tar.xz
nixos-c6e4166a48f9456df028428fd38d16b48fd55029.zip
fix build
-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}