hotfix failed build

This commit is contained in:
nyanloutre 2023-08-15 23:46:29 +02:00
parent afac2029e2
commit cbe429a351
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
1 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,14 @@
# }) # })
# ]; # ];
channels.nixpkgs-unstable.patches = [
(nixpkgs-unstable.legacyPackages."x86_64-linux".fetchpatch {
name = "249059.patch";
url = "https://github.com/NixOS/nixpkgs/commit/7957b4cfd79a6b7871d31e5acd84f75fc3e7ca59.patch";
sha256 = "sha256-Ue9qzggPooVSgyzJiPhQm7+79L5d7IYX3fAXmYjTTiE=";
})
];
hostDefaults.modules = [ hostDefaults.modules = [
nixpkgs.nixosModules.notDetected nixpkgs.nixosModules.notDetected
{ {