remove slskd patch since patches are now in upstream
format all files with nixfmt
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user