remove nixpkgs-patcher

This commit is contained in:
2026-07-28 20:56:32 +02:00
parent 421b9a7cd6
commit 5a61ac8367
3 changed files with 12 additions and 58 deletions
+1 -8
View File
@@ -5,11 +5,6 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-patcher.url = "github:gepbird/nixpkgs-patcher";
nixpkgs-patch-filetote = {
url = "https://github.com/NixOS/nixpkgs/pull/543082.diff";
flake = false;
};
};
outputs =
@@ -17,14 +12,12 @@
self,
nixpkgs,
home-manager,
nixpkgs-patch-filetote,
nixpkgs-patcher,
}@inputs:
let
system = "x86_64-linux";
in
{
nixosConfigurations.nixos-music = nixpkgs-patcher.lib.nixosSystem {
nixosConfigurations.nixos-music = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = inputs;
modules = [