diff --git a/content.org b/content.org index fe4fed5..29411d8 100644 --- a/content.org +++ b/content.org @@ -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"; }; }; diff --git a/site/content/posts/poetry2nix-development-flake-with-matplotlib-gtk-support.md b/site/content/posts/poetry2nix-development-flake-with-matplotlib-gtk-support.md index 08bf327..eada4b7 100644 --- a/site/content/posts/poetry2nix-development-flake-with-matplotlib-gtk-support.md +++ b/site/content/posts/poetry2nix-development-flake-with-matplotlib-gtk-support.md @@ -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"; }; };