chore: update nixpkgs stable input

This commit is contained in:
tux
2024-12-02 18:26:49 +05:30
parent dda8497f3e
commit 27da06875c
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -398,16 +398,16 @@
},
"nixpkgs-stable_2": {
"locked": {
"lastModified": 1732817615,
"narHash": "sha256-OxBtFh60ooClrIZyKEJyUsPngfBunnZVY7LfsoZPm9M=",
"lastModified": 1733140987,
"narHash": "sha256-Kcs0UyHcKLRiG0Xy3iQYcWuStv6u3iNkHmU2TTK+JYo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "fa7db5bea155321f36140fcd11a514247cd0757d",
"rev": "878c4f154fbc588d406c9b46cf579fb7957a3999",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-24.05",
"ref": "release-24.11",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05";
nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.11";
nixos-wsl = {
url = "github:nix-community/nixos-wsl";
inputs.nixpkgs.follows = "nixpkgs";