flake: remove unused 'pkgs' attribute

This commit is contained in:
Bruno BELANYI 2021-03-08 18:59:08 +00:00
parent 50123c9c0f
commit e062cbe45d

View file

@ -14,7 +14,7 @@
inherit (futils.lib) eachDefaultSystem;
defaultModules = [
({ pkgs, ... }: {
({ ... }: {
# Let 'nixos-version --json' know about the Git revision
system.configurationRevision =
if self ? rev