remove nixpkgs-patcher
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user