feat: switch to unstable channel for gorgon

This commit is contained in:
Tim Schubert 2025-04-27 19:38:01 +02:00
parent fce74c64a9
commit 687cb32400
No known key found for this signature in database
9 changed files with 27 additions and 103 deletions

View file

@ -7,6 +7,7 @@
, homepage
, nixos-hardware
, nixos-generators
, nixpkgs-unstable
, ...
}@inputs:
let
@ -25,7 +26,7 @@ let
in
{
gorgon = nixosSystem rec {
n_nixpkgs = nixpkgs-full;
n_nixpkgs = nixpkgs-unstable;
system = "x86_64-linux";