packages/shinobi: ignore impure subprojects

This commit is contained in:
Max Headroom 2022-03-30 11:45:36 +02:00
parent b6c0e1029d
commit 229e8145ab

View file

@ -26,6 +26,9 @@ in
shinobi = let
dream = dream2nix.makeFlakeOutputs {
source = inputs.shinobi;
settings = [
{ translator = "package-lock"; }
];
};
in dream.packages.${pkgs.system}.shinobi // { inherit (dream.apps.${pkgs.system}) resolveImpure; };