Skip to content

Commit ebf37fb

Browse files
László Vaskóqkaiser
authored andcommitted
flake.lock: use pinned nixpkgs for poetry2nix as well
This greatly reduces the closure size as no unnecessary duplicates are pulled in.
1 parent cd66acf commit ebf37fb

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

flake.lock

Lines changed: 3 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
55
inputs.poetry2nix.url = "github:nix-community/poetry2nix";
6+
inputs.poetry2nix.inputs.nixpkgs.follows = "nixpkgs";
67

78
inputs.sasquatch.url = "github:onekey-sec/sasquatch";
89
inputs.sasquatch.flake = false;

0 commit comments

Comments
 (0)