From fe049f0594249f7569bd62bb8ab8ecb7992a9a38 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 18 Dec 2024 20:10:01 -0500 Subject: [PATCH] change unstable nixpkgs to 24.11 nixpkgs --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 89834cd..8f97c01 100644 --- a/flake.lock +++ b/flake.lock @@ -93,16 +93,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1734424634, - "narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=", + "lastModified": 1734323986, + "narHash": "sha256-m/lh6hYMIWDYHCAsn81CDAiXoT3gmxXI9J987W5tZrE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33", + "rev": "394571358ce82dff7411395829aa6a3aad45b907", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 1332fc5..c82c021 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "Wyatt's nix configuration suite"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1"; nix-ld.url = "github:Mic92/nix-ld"; home-manager = {