From c11127995defe25c8b4164389750672a25e61fc0 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 5 Mar 2024 03:05:17 +0100 Subject: restructure & general cleanup - pkgs/ should now also contain all package overrides - pkgs/patches/ now contains all patches - nix flake info succeeds again - still not sure what to do about scripts - services which are not used should not be kept around this long --- pkgs/radicle-remove-curl-script.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 pkgs/radicle-remove-curl-script.patch (limited to 'pkgs/radicle-remove-curl-script.patch') diff --git a/pkgs/radicle-remove-curl-script.patch b/pkgs/radicle-remove-curl-script.patch deleted file mode 100644 index ea8905d..0000000 --- a/pkgs/radicle-remove-curl-script.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 5e1c17c4b14925ec3c0610e8557a19215ac8eb4e Mon Sep 17 00:00:00 2001 -From: stuebinm -Date: Wed, 11 Oct 2023 17:11:30 +0200 -Subject: [PATCH] remove curl invocation - ---- - scripts/install-twemoji-assets | 4 +--- - 3 files changed, 3 insertions(+), 5 deletions(-) - -diff --git a/scripts/install-twemoji-assets b/scripts/install-twemoji-assets -index 741a02e..6990ba5 100755 ---- a/scripts/install-twemoji-assets -+++ b/scripts/install-twemoji-assets -@@ -1,6 +1,4 @@ - version="$(node -e 'console.log(require("twemoji/package.json").version)')" - - echo "Installing Twemoji SVG assets v${version}" - --curl -sSL "https://github.com/twitter/twemoji/archive/refs/tags/v${version}.tar.gz" \ -- | tar -x -z -C public/twemoji/ --strip-components=3 "twemoji-${version}/assets/svg" --- -2.40.1 - -- cgit v1.2.3