From 9ed945bba84258cb51c9bf0a4dec7d4e96d9dc55 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Wed, 25 Nov 2020 00:18:49 +0100 Subject: [PATCH] channel nixos-unstable --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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