flake: remove unused 'pkgs' attribute
This commit is contained in:
parent
50123c9c0f
commit
e062cbe45d
|
@ -14,7 +14,7 @@
|
||||||
inherit (futils.lib) eachDefaultSystem;
|
inherit (futils.lib) eachDefaultSystem;
|
||||||
|
|
||||||
defaultModules = [
|
defaultModules = [
|
||||||
({ pkgs, ... }: {
|
({ ... }: {
|
||||||
# Let 'nixos-version --json' know about the Git revision
|
# Let 'nixos-version --json' know about the Git revision
|
||||||
system.configurationRevision =
|
system.configurationRevision =
|
||||||
if self ? rev
|
if self ? rev
|
||||||
|
|
Loading…
Reference in a new issue