flake.nix: disable command-not-found
This commit is contained in:
parent
c70b79327c
commit
e151bf4bb7
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ]; # enable flakes
|
nix.settings.experimental-features = [ "nix-command" "flakes" ]; # enable flakes
|
||||||
|
programs.command-not-found.enable = false; # Unavailable in Flakes build
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue