Merge branch 'release-24.05' into 'main'

Release 24.05

See merge request ahoneybun/nix-configs!7
This commit is contained in:
Aaron Honeycutt 2024-06-25 22:23:40 +00:00
commit 3f5a6ebcc4
2 changed files with 7 additions and 6 deletions

View file

@ -2,14 +2,15 @@
description = "Generic System Flake file";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
# nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
disko = {
url = github:nix-community/disko;
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs"; # Use system packages list where available
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};