remove slskd patch since patches are now in upstream

format all files with nixfmt
This commit is contained in:
2026-07-28 20:27:55 +02:00
parent 0a770e4094
commit 421b9a7cd6
6 changed files with 50 additions and 39 deletions
+1 -6
View File
@@ -6,10 +6,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-patcher.url = "github:gepbird/nixpkgs-patcher";
nixpkgs-patch-slskd = {
url = "https://github.com/NixOS/nixpkgs/pull/544340.diff";
flake = false;
};
nixpkgs-patch-filetote = {
url = "https://github.com/NixOS/nixpkgs/pull/543082.diff";
flake = false;
@@ -21,9 +17,8 @@
self,
nixpkgs,
home-manager,
nixpkgs-patch-slskd,
nixpkgs-patch-filetote,
nixpkgs-patcher
nixpkgs-patcher,
}@inputs:
let
system = "x86_64-linux";