mirror of
https://github.com/vale981/website
synced 2025-03-04 09:01:41 -05:00
fix typo
This commit is contained in:
parent
eb2470272b
commit
e6058f7a07
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue