Skip to content

Commit

Permalink
Pin poetry2nix to known working version
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed May 23, 2024
1 parent afca766 commit 2697433
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
poetry2nix = {
url = "github:nix-community/poetry2nix";
url = "github:nix-community/poetry2nix?ref=refs/tags/2024.5.939250";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down Expand Up @@ -132,6 +132,9 @@
}
];
};
tests = pkgs.mkShell {
packages = [ python-dev-env pkgs.poetry ] ++ all-other-dependencies;
};
types = pkgs.mkShell {
packages = [ pkgs.nodePackages.pyright ];
};
Expand Down

0 comments on commit 2697433

Please sign in to comment.