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

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";