Skip to content

Commit f31bc4c

Browse files
committed
update nixpkgs to unstable
nixpkgs on previously 22.05 changed something in regard to `python.interpreter`. Updating to a version atleast as recent as used in other runtime verification repositories fixes this.
1 parent da83ee4 commit f31bc4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{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-22.05";
4+
nixpkgs.url = "nixpkgs/nixos-unstable";
55
flake-utils.url = "github:numtide/flake-utils";
66
poetry2nix.url = "github:nix-community/poetry2nix";
77
};

0 commit comments

Comments
 (0)