Change to 24.05 release

This commit is contained in:
Aaron Honeycutt 2024-06-26 13:44:44 +00:00
parent 3f5a6ebcc4
commit 97a7700ca9

View file

@ -2,8 +2,8 @@
description = "Generic System Flake file";
inputs = {
# nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
disko = {
url = github:nix-community/disko;
inputs.nixpkgs.follows = "nixpkgs";