From 9be67e1c573723a63bdafec0ee3cb515e1f67849 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 24 Jun 2025 10:47:04 +0200 Subject: [PATCH] remove superfluous patch for grocy --- flake.nix | 13 +++++++------ patches/grocy.patch | 31 ------------------------------- 2 files changed, 7 insertions(+), 37 deletions(-) delete mode 100644 patches/grocy.patch diff --git a/flake.nix b/flake.nix index f225d54..7b2c2bd 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ let originPkgs = nixpkgs.legacyPackages.${system}; shbPatches = originPkgs.lib.optionals (system == "x86_64-linux") [ - # Leaving commented out for an example. + # Leaving commented out as an example. # (originPkgs.fetchpatch { # url = "https://github.com/NixOS/nixpkgs/pull/317107.patch"; # hash = "sha256-hoLrqV7XtR1hP/m0rV9hjYUBtrSjay0qcPUYlKKuVWk="; @@ -56,11 +56,12 @@ }); }) (final: prev: { - grocy = prev.grocy.overrideAttrs (f: p: { - patches = p.patches ++ [ - ./patches/grocy.patch - ]; - }); + # Leaving commented out as an example. + # grocy = prev.grocy.overrideAttrs (f: p: { + # patches = p.patches ++ [ + # ./patches/grocy.patch + # ]; + # }); }) ]; }; diff --git a/patches/grocy.patch b/patches/grocy.patch deleted file mode 100644 index 3ba14f3..0000000 --- a/patches/grocy.patch +++ /dev/null @@ -1,31 +0,0 @@ -From b09d31578f4091c81ec2352bd334a007a093d6df Mon Sep 17 00:00:00 2001 -From: ibizaman -Date: Fri, 31 Jan 2025 20:52:40 +0100 -Subject: [PATCH] Make labels on login form point to correct inputs - ---- - views/login.blade.php | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/views/login.blade.php b/views/login.blade.php -index 89538c3ea..ef708a657 100644 ---- a/views/login.blade.php -+++ b/views/login.blade.php -@@ -15,7 +15,7 @@ - novalidate> - -
-- -+ - - -
-- -+ -