Skip to content

Commit

Permalink
poetry2nix: follow tgi-nix nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Aug 18, 2024
1 parent aa3a83e commit 5b645e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
29 changes: 8 additions & 21 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
tgi-nix.url = "github:danieldk/tgi-nix";
nixpkgs.follows = "tgi-nix/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
poetry2nix.url = "github:nix-community/poetry2nix";
poetry2nix = {
url = "github:nix-community/poetry2nix";
inputs.nixpkgs.follows = "tgi-nix/nixpkgs";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "tgi-nix/nixpkgs";
Expand Down

0 comments on commit 5b645e7

Please sign in to comment.