feat: switch to unstable channel for gorgon
This commit is contained in:
parent
fce74c64a9
commit
687cb32400
9 changed files with 27 additions and 103 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue