diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-12-31 17:33:45 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 20:18:00 +0100 |
| commit | c6e4166a48f9456df028428fd38d16b48fd55029 (patch) | |
| tree | b8b054346d59370df28492d3cf4eeaa60426c97f | |
| parent | 0f1b6e9710f2a5f13128bb896014936b908b50c6 (diff) | |
| download | nixos-c6e4166a48f9456df028428fd38d16b48fd55029.tar nixos-c6e4166a48f9456df028428fd38d16b48fd55029.tar.gz nixos-c6e4166a48f9456df028428fd38d16b48fd55029.tar.bz2 nixos-c6e4166a48f9456df028428fd38d16b48fd55029.tar.xz nixos-c6e4166a48f9456df028428fd38d16b48fd55029.zip | |
fix build
| -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 | } |
