channel nixos-unstable

nixos-21.05-preparation
Yves Dubromelle 5 years ago
parent 65e5776f86
commit 9ed945bba8

@ -35,7 +35,7 @@ optimise:
$(TIME) nix optimise-store $(TIME) nix optimise-store
rebuild-build: 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 $(TIME) time nixos-rebuild build --fallback --show-trace
rebuild-switch: rebuild-switch:
@ -58,7 +58,7 @@ store-repair:
$(TIME) nix-store --verify --check-contents --repair $(TIME) nix-store --verify --check-contents --repair
upgrade: 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 $(TIME) nixos-rebuild switch --upgrade --fallback --show-trace
##--------- Commandes spécifiques pour NixOS -- Opérations non courantes ##--------- Commandes spécifiques pour NixOS -- Opérations non courantes

Loading…
Cancel
Save