From e062cbe45d29376d99dde3c5d75f924e2604d2b6 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 8 Mar 2021 18:59:08 +0000 Subject: [PATCH] flake: remove unused 'pkgs' attribute --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index daaf0ad..5d881a7 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ inherit (futils.lib) eachDefaultSystem; defaultModules = [ - ({ pkgs, ... }: { + ({ ... }: { # Let 'nixos-version --json' know about the Git revision system.configurationRevision = if self ? rev