WIP: rewrite config #618
2 changed files with 7 additions and 0 deletions
|
@ -222,6 +222,7 @@
|
|||
art-lotte
|
||||
art-lotte-bgs-nsfw
|
||||
art-lotte-bgs-sfw
|
||||
fish
|
||||
package-updater
|
||||
;
|
||||
}
|
||||
|
|
|
@ -2,6 +2,12 @@ final: prev: {
|
|||
art-lotte = final.callPackage ./art/lotte { };
|
||||
art-lotte-bgs-nsfw = final.callPackage ./art/lotte/bgs-nsfw.nix { };
|
||||
art-lotte-bgs-sfw = final.callPackage ./art/lotte/bgs-sfw.nix { };
|
||||
fish = prev.fish.overrideAttrs {
|
||||
postPatch = ''
|
||||
substituteInPlace src/history.cpp --replace-fail 'vacuum = true' 'vacuum = false'
|
||||
'';
|
||||
doCheck = false;
|
||||
};
|
||||
kodi-joyn = final.kodiPackages.callPackage ./kodi/joyn { };
|
||||
package-updater = final.callPackage ./updater.nix { };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue