Skip to content

Commit

Permalink
Temporarily pin poetry2nix
Browse files Browse the repository at this point in the history
This fixes a build error on carcosa & nyarlathotep.
  • Loading branch information
barrucadu committed Oct 29, 2023
1 parent 9418381 commit 4c878ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 40 deletions.
52 changes: 14 additions & 38 deletions flake.lock

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

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
poetry2nix = {
url = "github:nix-community/poetry2nix";
url = "github:nix-community/poetry2nix?rev=e23218d1599e3369dfc878757e58974017e0ecc8";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.systems.follows = "systems";
};
sops-nix = {
url = "github:Mic92/sops-nix";
Expand Down

0 comments on commit 4c878ed

Please sign in to comment.