From 7924d211eb1448392e5e0fe445ef449ec6bf29ab Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Feb 2025 21:22:15 +0000 Subject: [PATCH] follow stable again --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6584bf3..56fd634 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "Generic System Flake file"; inputs = { - #nixpkgs.url = "github:NixOS/nixpkgs/release-24.05"; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + #nixpkgs.url = "github:NixOS/nixpkgs/release-24.11"; + #nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; disko = { url = github:nix-community/disko/lastest; inputs.nixpkgs.follows = "nixpkgs";