From 85ffa540e4fbedc06eadf8e5d5831876c947219e Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 27 Nov 2022 16:49:52 +0100 Subject: [PATCH] Point poetry2nix to the upstream repo again --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 3114d91..afced4d 100644 --- a/flake.lock +++ b/flake.lock @@ -54,17 +54,16 @@ ] }, "locked": { - "lastModified": 1668892083, - "narHash": "sha256-AKK36evl0fHsOIAgKmtwon1LfH0WKn55+J2Yv2dXGPk=", - "owner": "Nebucatnetzer", + "lastModified": 1669558196, + "narHash": "sha256-Ilwh5uvq+jgXI+3K8eXENLuMPPfWwUhOkXXvv2oElWI=", + "owner": "nix-community", "repo": "poetry2nix", - "rev": "283a1398ee9c080c8c3310c8fd1aa937f6e84b62", + "rev": "a749fbe5608ae911f71ac6d3d2b1bc0945265f32", "type": "github" }, "original": { - "owner": "Nebucatnetzer", + "owner": "nix-community", "repo": "poetry2nix", - "rev": "283a1398ee9c080c8c3310c8fd1aa937f6e84b62", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 4800219..fc65d3b 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; flake-utils.url = github:numtide/flake-utils; poetry2nix = { - url = "github:Nebucatnetzer/poetry2nix?rev=283a1398ee9c080c8c3310c8fd1aa937f6e84b62"; + url = "github:nix-community/poetry2nix"; inputs.nixpkgs.follows = "nixpkgs"; };