diff --git a/flake.lock b/flake.lock index ea7a68e3..34d085ca 100644 --- a/flake.lock +++ b/flake.lock @@ -495,16 +495,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1732350895, - "narHash": "sha256-GcOQbOgmwlsRhpLGSwZJwLbo3pu9ochMETuRSS1xpz4=", + "lastModified": 1732677958, + "narHash": "sha256-mPmyKYynpBdlt2RDcgue4NhmZDBIC5YIu3obo8lz4KY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0c582677378f2d9ffcb01490af2f2c678dcb29d3", + "rev": "cce6b5d0beccf4dbe4bc1221ebaf2224d6e2b3bd", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "release-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index f2c8b3e8..f83226dd 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Aly's NixOS flake."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/release-24.11"; agenix = { inputs.nixpkgs.follows = "nixpkgs";