diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-12-31 17:33:45 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-12-31 17:33:45 +0100 |
| commit | ff9e41b1aa3a6ae0ba654e5ca1e403954dfcb151 (patch) | |
| tree | 7e6e78e937ee5e81b019e00faf6154fdc6c6e19c | |
| parent | a96d0dde0e7d81d5567e0be3bcf8f4bb86fcffea (diff) | |
| download | nixos-ff9e41b1aa3a6ae0ba654e5ca1e403954dfcb151.tar nixos-ff9e41b1aa3a6ae0ba654e5ca1e403954dfcb151.tar.gz nixos-ff9e41b1aa3a6ae0ba654e5ca1e403954dfcb151.tar.bz2 nixos-ff9e41b1aa3a6ae0ba654e5ca1e403954dfcb151.tar.xz nixos-ff9e41b1aa3a6ae0ba654e5ca1e403954dfcb151.zip | |
fix build
| -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 | } |
