From ff9e41b1aa3a6ae0ba654e5ca1e403954dfcb151 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 31 Dec 2020 17:33:45 +0100 Subject: fix build --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 51959fb6..302a322c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,5 @@ -let +{ description = "GKleen's flakey nixos configuration"; -in { - inherit description; inputs = { nixpkgs = { @@ -105,7 +103,7 @@ in { defaultTemplate = { path = ./.; - inherit description; + description = "GKleen's flakey nixos configuration"; }; }; } -- cgit v1.2.3