put nix unstable in global config

This commit is contained in:
nyanloutre 2021-10-14 14:05:57 +02:00
parent 9cfccf44e1
commit 0eda838249
Signed by untrusted user: nyanloutre
GPG Key ID: 194A92D1103ACB2A
2 changed files with 7 additions and 7 deletions

View File

@ -23,13 +23,6 @@
tmpOnTmpfs = true;
};
nix = {
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
documentation.nixos.enable = false;
nixpkgs.config.allowUnfree = false;

View File

@ -4,6 +4,13 @@
time.timeZone = "Europe/Paris";
nix = {
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
environment.systemPackages = with pkgs; [
# Editeurs
(neovim.override {