forked from extern/nix-config
nix: Add repl-flake to experimental-features
This enables us to browse all the variables in a system configuration based on nix flakes with `nix repl .`
This commit is contained in:
parent
79adca57ef
commit
ef0796dc42
@ -16,7 +16,7 @@
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user