You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for making this - love the interface and am migrating my mono-flake over.
In trying to execute nix flake show --all-systems, I see this error:
$ nix flake show --all-systems
nixcfg-v2 on v2 [+] ❯ nix flake show --all-systems
warning: Git tree '/home/george/.config/nixcfg-v2' is dirty
git+file:///home/george/.config/nixcfg-v2
├───checks
error:
… while evaluating the attribute 'optionalValue.value'
at /nix/store/hfz1qqd0z8amlgn8qwich1dvkmldik36-source/lib/modules.nix:863:5:
862|
863| optionalValue =
| ^
864|if isDefined then { value = mergedValue; }
… while evaluating a branch condition
at /nix/store/hfz1qqd0z8amlgn8qwich1dvkmldik36-source/lib/modules.nix:864:7:
863| optionalValue =
864|if isDefined then { value = mergedValue; }
| ^
865|else {};
… while evaluating definitions from `/nix/store/w56xvvbzd5s7zq332r0wzw90g340fir9-source/builtinModules/homeConfigurations.nix': (stack trace truncated; use '--show-trace' to show the full, detailed trace) error: function 'anonymous lambda' called without required argument 'pkgs' at /nix/store/7yca68l0blzp0bd3j344dlzi35iylv8m-source/home/george.nix:1:1: 1| { pkgs, ... }: | ^ 2| {
Is there a case being missed when evaluating homeConfigurations?
The text was updated successfully, but these errors were encountered:
Hi, thanks for making this - love the interface and am migrating my mono-flake over.
In trying to execute
nix flake show --all-systems
, I see this error:Is there a case being missed when evaluating
homeConfigurations
?The text was updated successfully, but these errors were encountered: