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
In a flake with nixConfig.extra-experimental-features = “fetch-closure”, builtins.fetchClosure still is not available. Evaluating the flake with the command line flag works.
nix-env --version output
nix-env (Nix) 2.18.1
The text was updated successfully, but these errors were encountered:
Describe the bug
In a flake with
nixConfig.extra-experimental-features = “fetch-closure”
,builtins.fetchClosure
still is not available. Evaluating the flake with the command line flag works.nix-env --version
outputnix-env (Nix) 2.18.1
The text was updated successfully, but these errors were encountered: