From 73f2bcb3625297ec9a6301a936aea1e58d4240a5 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Mon, 5 May 2025 13:05:15 -0700 Subject: [PATCH] [Altair] Switches to unstable --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index bae259b..30c5c78 100644 --- a/flake.nix +++ b/flake.nix @@ -67,6 +67,7 @@ nixosConfigurations = { altair = mkNixosConfig { path = ./system/hosts/altair; + nixpkgs = inputs.nixpkgs-unstable; # Required for Tailwind until 25.05 is cut }; vega = mkNixosConfig { path = ./system/hosts/vega;