remove merged nixpkgs patch

This commit is contained in:
nyanloutre 2021-12-16 19:07:11 +01:00
parent 0b6d80375d
commit 3621316c1c
1 changed files with 0 additions and 8 deletions

View File

@ -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
{