nix: enable channels
This commit is contained in:
parent
315e767bb9
commit
d796025cf9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
channel.enable = false;
|
||||
channel.enable = true;
|
||||
settings = {
|
||||
extra-experimental-features = ["flakes" "nix-command"];
|
||||
warn-dirty = false;
|
||||
|
|
Loading…
Reference in a new issue