packages/shinobi: ignore impure subprojects
This commit is contained in:
parent
b6c0e1029d
commit
229e8145ab
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ in
|
||||||
shinobi = let
|
shinobi = let
|
||||||
dream = dream2nix.makeFlakeOutputs {
|
dream = dream2nix.makeFlakeOutputs {
|
||||||
source = inputs.shinobi;
|
source = inputs.shinobi;
|
||||||
|
settings = [
|
||||||
|
{ translator = "package-lock"; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
in dream.packages.${pkgs.system}.shinobi // { inherit (dream.apps.${pkgs.system}) resolveImpure; };
|
in dream.packages.${pkgs.system}.shinobi // { inherit (dream.apps.${pkgs.system}) resolveImpure; };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue