Skip to content

Commit

Permalink
CI working again
Browse files Browse the repository at this point in the history
"pdm lock", what else?
  • Loading branch information
charlottia committed Oct 21, 2024
1 parent 5ccf228 commit c184bd6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 36 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
inputsFrom = [packages.default];
};

devShells.pure-python = pkgs.mkShell {
name = "niar-pure-python";
devShells.pdm = pkgs.mkShell {
name = "niar-pdm";

buildInputs =
[
Expand Down
70 changes: 36 additions & 34 deletions pdm.lock

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

0 comments on commit c184bd6

Please sign in to comment.