zfs: small outputs preparation formatting
This commit is contained in:
@@ -300,7 +300,12 @@ let
|
||||
done
|
||||
'';
|
||||
|
||||
outputs = [ "out" ] ++ optionals buildUser [ "dev" ];
|
||||
outputs = [
|
||||
"out"
|
||||
]
|
||||
++ optionals buildUser [
|
||||
"dev"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
inherit kernel;
|
||||
|
||||
Reference in New Issue
Block a user