From 027b70395dd019e279372e518bf7358b0548e5c6 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 16 Jan 2025 13:25:15 +0100 Subject: [PATCH] flake: remove poetry2nix wasn't used in EPNix' repository (cherry picked from commit 10fcb40689e24764a9625ff94fa5976179b8d7b2) --- flake.lock | 116 +---------------------------------------- flake.nix | 5 -- ioc/modules/common.nix | 1 - 3 files changed, 1 insertion(+), 121 deletions(-) diff --git a/flake.lock b/flake.lock index 8742ff26..6d815ffd 100644 --- a/flake.lock +++ b/flake.lock @@ -54,24 +54,6 @@ "type": "github" } }, - "flake-utils_3": { - "inputs": { - "systems": "systems_2" - }, - "locked": { - "lastModified": 1726560853, - "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "mdbook-nixdoc": { "inputs": { "nix-github-actions": [ @@ -100,27 +82,6 @@ } }, "nix-github-actions": { - "inputs": { - "nixpkgs": [ - "poetry2nix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1729742964, - "narHash": "sha256-B4mzTcQ0FZHdpeWcpDYPERtyjJd/NIuaQ9+BV1h+MpA=", - "owner": "nix-community", - "repo": "nix-github-actions", - "rev": "e04df33f62cdcf93d73e9a04142464753a16db67", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nix-github-actions", - "type": "github" - } - }, - "nix-github-actions_2": { "inputs": { "nixpkgs": [ "sphinxcontrib-nixdomain", @@ -158,34 +119,10 @@ "type": "github" } }, - "poetry2nix": { - "inputs": { - "flake-utils": "flake-utils_3", - "nix-github-actions": "nix-github-actions", - "nixpkgs": [ - "nixpkgs" - ], - "systems": "systems_3", - "treefmt-nix": "treefmt-nix" - }, - "locked": { - "lastModified": 1735852239, - "narHash": "sha256-Xrg/HahR9SW1UzT5pwtpQR6D12ZIwwHjxav9YzB1q4U=", - "owner": "nix-community", - "repo": "poetry2nix", - "rev": "bb182fd661f5f8a7d6c50dd44cf9a6ddca7ccc1a", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "poetry2nix", - "type": "github" - } - }, "pyproject-nix": { "inputs": { "mdbook-nixdoc": "mdbook-nixdoc", - "nix-github-actions": "nix-github-actions_2", + "nix-github-actions": "nix-github-actions", "nixpkgs": [ "sphinxcontrib-nixdomain", "nixpkgs" @@ -210,7 +147,6 @@ "bash-lib": "bash-lib", "flake-utils": "flake-utils_2", "nixpkgs": "nixpkgs", - "poetry2nix": "poetry2nix", "sphinxcontrib-nixdomain": "sphinxcontrib-nixdomain" } }, @@ -249,56 +185,6 @@ "repo": "default", "type": "github" } - }, - "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_3": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "id": "systems", - "type": "indirect" - } - }, - "treefmt-nix": { - "inputs": { - "nixpkgs": [ - "poetry2nix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1730120726, - "narHash": "sha256-LqHYIxMrl/1p3/kvm2ir925tZ8DkI0KA10djk8wecSk=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "9ef337e492a5555d8e17a51c911ff1f02635be15", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 9caa8c68..16d37078 100644 --- a/flake.nix +++ b/flake.nix @@ -8,10 +8,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; flake-utils.url = "github:numtide/flake-utils"; - poetry2nix = { - url = "github:nix-community/poetry2nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; sphinxcontrib-nixdomain = { url = "github:minijackson/sphinxcontrib-nixdomain"; inputs.nixpkgs.follows = "nixpkgs"; @@ -32,7 +28,6 @@ overlays = [ overlay inputs.bash-lib.overlay - inputs.poetry2nix.overlays.default inputs.sphinxcontrib-nixdomain.overlays.default ]; }; diff --git a/ioc/modules/common.nix b/ioc/modules/common.nix index 60a0b2ee..119972d0 100644 --- a/ioc/modules/common.nix +++ b/ioc/modules/common.nix @@ -52,7 +52,6 @@ with lib; { config = { nixpkgs.overlays = [ - epnix.inputs.poetry2nix.overlays.default epnix.inputs.bash-lib.overlay epnix.inputs.sphinxcontrib-nixdomain.overlays.default epnix.overlays.default