mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-10 20:38:26 +01:00
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 = {
|
nix = {
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user