Skip to content

Commit

Permalink
fix(flake): Deduplicate flake-utils (#86)
Browse files Browse the repository at this point in the history
* fix(flake): Deduplicate flake-utils

Both us and `poetry2nix` use `flake-utils`, let's ensure it's the same
version.

* CI: Update plugins
  • Loading branch information
jalil-salame authored Oct 31, 2023
1 parent cd72aa8 commit 8e77fe1
Show file tree
Hide file tree
Showing 3 changed files with 865 additions and 895 deletions.
37 changes: 3 additions & 34 deletions flake.lock

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

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
poetry2nix = {
url = "github:nix-community/poetry2nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};

Expand Down
Loading

0 comments on commit 8e77fe1

Please sign in to comment.