Skip to content

Commit 8e77fe1

Browse files
authored
fix(flake): Deduplicate flake-utils (#86)
* fix(flake): Deduplicate flake-utils Both us and `poetry2nix` use `flake-utils`, let's ensure it's the same version. * CI: Update plugins
1 parent cd72aa8 commit 8e77fe1

File tree

3 files changed

+865
-895
lines changed

3 files changed

+865
-895
lines changed

flake.lock

Lines changed: 3 additions & 34 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
@@ -7,6 +7,7 @@
77
poetry2nix = {
88
url = "github:nix-community/poetry2nix";
99
inputs.nixpkgs.follows = "nixpkgs";
10+
inputs.flake-utils.follows = "flake-utils";
1011
};
1112
};
1213

0 commit comments

Comments
 (0)