This commit is contained in:
Valentin Boettcher 2024-05-12 07:24:48 -04:00
parent eb2470272b
commit e6058f7a07
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE
2 changed files with 2 additions and 2 deletions

View file

@ -2921,7 +2921,7 @@ project in full nix using [[https://github.com/nix-community/poetry2nix][poetry2
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
poetry2nix = {
url = "github:vale981/nix-community/poetry2nix";
url = "github:nix-community/poetry2nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};

View file

@ -25,7 +25,7 @@ project in full nix using [poetry2nix](https://github.com/nix-community/poetry2n
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
poetry2nix = {
url = "github:vale981/nix-community/poetry2nix";
url = "github:nix-community/poetry2nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};