mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 17:20:31 +03:00
fix: flake-parts: don't crash if devShell not exported by builder
This commit is contained in:
parent
d158e88bc2
commit
4214176e5a
@ -33,7 +33,7 @@ in {
|
||||
getAttrFromOutputs = attrName:
|
||||
l.mkMerge (
|
||||
l.mapAttrsToList
|
||||
(_: output: mkDefaultRecursive output.${attrName})
|
||||
(_: output: mkDefaultRecursive output.${attrName} or {})
|
||||
outputs
|
||||
);
|
||||
in {
|
||||
|
Loading…
Reference in New Issue
Block a user