diff --git a/Makefile b/Makefile index 3d4bff3..6e2f698 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ optimise: $(TIME) nix optimise-store rebuild-build: - nix-channel --add https://nixos.org/channels/nixos-19.09 nixos + nix-channel --add https://nixos.org/channels/nixos-unstable nixos $(TIME) time nixos-rebuild build --fallback --show-trace rebuild-switch: @@ -58,7 +58,7 @@ store-repair: $(TIME) nix-store --verify --check-contents --repair upgrade: - nix-channel --add https://nixos.org/channels/nixos-19.09 nixos + nix-channel --add https://nixos.org/channels/nixos-unstable nixos $(TIME) nixos-rebuild switch --upgrade --fallback --show-trace ##--------- Commandes spécifiques pour NixOS -- Opérations non courantes