Skip to content

Commit

Permalink
build: Set py3.11 in flake to allow testing qua
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Aug 30, 2024
1 parent 5994a3d commit eeef41f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
38 changes: 38 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-python = {
url = "github:cachix/nixpkgs-python";
inputs = {nixpkgs.follows = "nixpkgs";};
};
};

outputs = {
Expand Down Expand Up @@ -62,6 +66,7 @@
languages.python = {
enable = true;
libraries = with pkgs; [zlib];
version = "3.11";
poetry = {
enable = true;
install = {
Expand Down

0 comments on commit eeef41f

Please sign in to comment.