We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nixpkgs
1 parent ad639fc commit d3ed7b5Copy full SHA for d3ed7b5
{{cookiecutter.project_slug}}/flake.nix
@@ -1,7 +1,7 @@
1
{
2
description = "{{ cookiecutter.project_slug }} - {{ cookiecutter.description }}";
3
inputs = {
4
- nixpkgs.url = "nixpkgs/nixos-unstable";
+ nixpkgs.url = "nixpkgs/nixos-25.05";
5
flake-utils.url = "github:numtide/flake-utils";
6
uv2nix.url = "github:pyproject-nix/uv2nix/680e2f8e637bc79b84268949d2f2b2f5e5f1d81c";
7
# stale nixpkgs is missing the alias `lib.match` -> `builtins.match`
0 commit comments