mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(koishi): daiyousei
This commit is contained in:
parent
35644f7e04
commit
e72d79dd3a
4 changed files with 5 additions and 15 deletions
10
outputs.nix
10
outputs.nix
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue