fix eval
This commit is contained in:
parent
f67c5e6ada
commit
349cdd047d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
all: {
|
||||
all: inputs: {
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
imports = builtins.attrValues m;
|
||||
};
|
||||
|
||||
common = import ./common.nix all;
|
||||
common = import ./common.nix all inputs;
|
||||
common-notgne2 = import ./users/notgne2.nix;
|
||||
common-glooder = import ./users/glooder.nix;
|
||||
common-chekkie = import ./users/chekkie.nix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue