Skip to content

Commit d3ed7b5

Browse files
committed
change nixpkgs from unstable to release 25.05
1 parent ad639fc commit d3ed7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
description = "{{ cookiecutter.project_slug }} - {{ cookiecutter.description }}";
33
inputs = {
4-
nixpkgs.url = "nixpkgs/nixos-unstable";
4+
nixpkgs.url = "nixpkgs/nixos-25.05";
55
flake-utils.url = "github:numtide/flake-utils";
66
uv2nix.url = "github:pyproject-nix/uv2nix/680e2f8e637bc79b84268949d2f2b2f5e5f1d81c";
77
# stale nixpkgs is missing the alias `lib.match` -> `builtins.match`

0 commit comments

Comments
 (0)