Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
devShells = {
default = pkgs.mkShell {
buildInputs = with pkgs; [
python311Packages.requests
python311Packages.beautifulsoup4
python311Packages.hatchling
python313Packages.requests
python313Packages.beautifulsoup4
python313Packages.hatchling
];
};
};
Expand All @@ -26,8 +26,8 @@
name = "SpecMerger";
src = ./..;
propagatedBuildInputs = with pkgs; [
python311
python311Packages.hatchling
python313
python313Packages.hatchling
];
format = "pyproject";
};
Expand Down
102 changes: 102 additions & 0 deletions flake.lock

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