From 3621316c1cd6c7a489a08d902b76e6ca1997a247 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 16 Dec 2021 19:07:11 +0100 Subject: [PATCH] remove merged nixpkgs patch --- flake.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index 76ae1d04c..fe76ddcda 100644 --- a/flake.nix +++ b/flake.nix @@ -23,14 +23,6 @@ supportedSystems = [ "x86_64-linux" ]; - channels.nixpkgs.patches = [ - (nixpkgs.legacyPackages."x86_64-linux".fetchpatch { - name = "fix-homeassistant.patch"; - url = "https://github.com/NixOS/nixpkgs/commit/8e87ea556605e6947d1edb7cd81e58814eeadcae.patch"; - sha256 = "sha256-au5JwwmdRBsbiG9H8nh5n56QVZUFajx1ALMtzu+Nfq0="; - }) - ]; - hostDefaults.modules = [ nixpkgs.nixosModules.notDetected {