feat: fix tewi, ...

This commit is contained in:
Kat Inskip 2022-12-17 20:28:07 +01:00
parent 6457b97513
commit e4bd7ee5e6
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
21 changed files with 425 additions and 224 deletions

View file

@ -7,13 +7,12 @@ in inputs /*// {
patches = [
];
};
}*/ // { darwin = pkgs.applyPatches {
# TODO: close when emi's PR is merged
} // { darwin = pkgs.applyPatches {
name = "darwin";
src = inputs.darwin;
patches = [ (pkgs.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/LnL7/nix-darwin/pull/310.patch";
sha256 = "sha256-drnLOhF8JGXx8YY7w1PD2arUZvbqafWPTatQNTHt+QI=";
}) ];
}; }
}; } */