nix: enable channels

This commit is contained in:
notohh 2024-07-11 06:38:57 -04:00
parent 315e767bb9
commit d796025cf9
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -28,7 +28,7 @@
};
nix = {
channel.enable = false;
channel.enable = true;
settings = {
extra-experimental-features = ["flakes" "nix-command"];
warn-dirty = false;