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
|
||||
dream = dream2nix.makeFlakeOutputs {
|
||||
source = inputs.shinobi;
|
||||
settings = [
|
||||
{ translator = "package-lock"; }
|
||||
];
|
||||
};
|
||||
in dream.packages.${pkgs.system}.shinobi // { inherit (dream.apps.${pkgs.system}) resolveImpure; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue