/!\ FORCE NIXOS 18.03 pour corriger une infinite recursion sur nix

This commit is contained in:
2018-05-05 21:50:28 +02:00
committed by Jean-Pierre PRUNARET
parent 0c47de1cb1
commit e2ba892109
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ optimise:
$(TIME) nix-store --optimise
rebuild-build:
nix-channel --add https://nixos.org/channels/nixos-18.03 nixos
$(TIME) time nixos-rebuild build --fallback --show-trace
rebuild-switch:
@@ -50,6 +51,7 @@ store-repair:
$(TIME) nix-store --verify --check-contents --repair
upgrade:
nix-channel --add https://nixos.org/channels/nixos-18.03 nixos
$(TIME) nixos-rebuild switch --upgrade --fallback --show-trace
##--------- Commandes spécifiques pour NixOS -- Opérations non courantes