From 42d3a9b865dae95ec46720ee09d4ade6ea1459c0 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Tue, 10 Sep 2024 15:13:48 +0200 Subject: [PATCH] chore: dropping unecessary patches --- patches/default.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/patches/default.nix b/patches/default.nix index d94e1da..2c63c08 100644 --- a/patches/default.nix +++ b/patches/default.nix @@ -1,19 +1,2 @@ { - "nixos-unstable" = [ - { - # xdg-desktop-portal-hyprland: fix build - id = "338836"; - hash = "sha256-QVKF0UIYK5uAq3w1w+9kWwmm1bvMQl7PMgeZ5FkSUFs="; - } - { - # hyprpaper: fix build - id = "338841"; - hash = "sha256-IgxbVYn8lVUowcTM/v8dBTdptsivg6biDC+jQWFsaQY="; - } - { - # swaylock-effects: fix build - id = "338876"; - hash = "sha256-OAUGN6i7Yp8c8eVRpXUBEb/zupuKYE0mmhNVT3Vjy8E="; - } - ]; }