24.05 -> 24.11 beta
- switching to NixOS 24.11 family of inputs - after th branchoff, no channel bump or home-manager release has been made yet, thus pointing towards some preliminary branches so far - had to disable a few packages for now
This commit is contained in:
parent
81eaea946c
commit
1d4666739c
5 changed files with 32 additions and 31 deletions
|
@ -2,11 +2,13 @@
|
|||
description = "NixOS system flake";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-24.11";
|
||||
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.05";
|
||||
url = "github:nix-community/home-manager/master";
|
||||
#url = "github:nix-community/home-manager/release-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
lanzaboote = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue