From 97a7700ca962054a0cdc06ca5e1482ca016ac845 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 26 Jun 2024 13:44:44 +0000 Subject: [PATCH] Change to 24.05 release --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a1e0eac..af210f7 100644 --- a/flake.nix +++ b/flake.nix @@ -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";