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

@ -3,13 +3,14 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-full.url = "github:NixOS/nixpkgs/nixos-24.11";
flake-utils = {
url = "github:numtide/flake-utils";
inputs.systems.follows = "systems";
};
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";