[Altair] Switches to unstable

This commit is contained in:
2025-05-05 13:05:15 -07:00
parent 0914c02547
commit 73f2bcb362

View File

@@ -67,6 +67,7 @@
nixosConfigurations = { nixosConfigurations = {
altair = mkNixosConfig { altair = mkNixosConfig {
path = ./system/hosts/altair; path = ./system/hosts/altair;
nixpkgs = inputs.nixpkgs-unstable; # Required for Tailwind until 25.05 is cut
}; };
vega = mkNixosConfig { vega = mkNixosConfig {
path = ./system/hosts/vega; path = ./system/hosts/vega;