Updated nixpkgs-stable to 25.05

This commit is contained in:
Jurn Wubben 2025-05-24 15:50:47 +02:00
parent 7285061262
commit e8994403b4
2 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@
inputs = {
# Nixpkgs and other core shit
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # build error unrelated to config.
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11-small"; # build error unrelated to config.
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05-small"; # build error unrelated to config.
flake-parts.url = "github:hercules-ci/flake-parts";
git-hooks-nix = {
url = "github:cachix/git-hooks.nix";