nixfmt-rfc-style
There is nothing in this commit except for the changes made by nix-shell -p nixfmt-rfc-style --run "nixfmt ." If this has mucked up your open branches then sorry about that. You can probably nixfmt them to match before merging
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
writeText,
|
||||
services ? [ ],
|
||||
}:
|
||||
let closure-info = closureInfo { rootPaths = services; };
|
||||
in stdenvNoCC.mkDerivation {
|
||||
let
|
||||
closure-info = closureInfo { rootPaths = services; };
|
||||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
name = "s6-rc-database";
|
||||
nativeBuildInputs = [buildPackages.s6-rc];
|
||||
nativeBuildInputs = [ buildPackages.s6-rc ];
|
||||
builder = writeText "find-s6-services" ''
|
||||
source $stdenv/setup
|
||||
mkdir -p $out
|
||||
|
Reference in New Issue
Block a user