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