Skip to content

Commit

Permalink
chore: Pin transitive inputs for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Jul 22, 2024
1 parent c31e99d commit 49e15b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 53 deletions.
59 changes: 7 additions & 52 deletions flake.lock

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

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/9355fa86e6f27422963132c2c9aeedb0fb963d93";
flake-utils.url = "github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a";
poetry2nix.url = "github:bow/poetry2nix/feature/more-build-overrides";
poetry2nix = {
url = "github:bow/poetry2nix/feature/more-build-overrides";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};

outputs =
Expand Down

0 comments on commit 49e15b5

Please sign in to comment.