From 61c6a2d5ed2ab4aa1b3e22dac361e265f8debdcd Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 5 Mar 2024 14:10:26 +0100 Subject: [PATCH] update unstable channel on updates Signed-off-by: Harald Hoyer --- systems/x86_64-linux/x1/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systems/x86_64-linux/x1/default.nix b/systems/x86_64-linux/x1/default.nix index 93836bd..aba8aaf 100644 --- a/systems/x86_64-linux/x1/default.nix +++ b/systems/x86_64-linux/x1/default.nix @@ -12,7 +12,10 @@ with lib.plusultra; enable = true; operation = "boot"; allowReboot = false; - flags = [ "--update-input" "nixpkgs" ]; + flags = [ + "--update-input" "nixpkgs" + "--update-input" "unstable" + ]; flake = "git+https://git.hoyer.xyz/harald/nixcfg#x1"; };