fix(koishi): daiyousei

This commit is contained in:
Kat Inskip 2022-09-25 21:57:05 -07:00
parent 35644f7e04
commit e72d79dd3a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 5 additions and 15 deletions

View file

@ -4,18 +4,14 @@
bootstrapPkgs = import ./overlays { inherit inputs system; };
inherit (pkgs) lib;
patchedInputs = inputs // {
patchedInputs = inputs /*// {
nixpkgs = bootstrapPkgs.applyPatches {
name = "nixpkgs";
src = inputs.nixpkgs;
patches = [ (bootstrapPkgs.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/NixOS/nixpkgs/pull/180469.patch";
sha256 = "sha256-uxgx5fLB5450EgqP7OxETD5SKDd4l5qhTFzU/6azPZA=";
})
patches = [
];
};
} // { darwin = bootstrapPkgs.applyPatches {
}*/ // { darwin = bootstrapPkgs.applyPatches {
name = "darwin";
src = inputs.darwin;
patches = [ (bootstrapPkgs.fetchpatch {