mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
treewide: format with latest stable formatter
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
56ee5d0670
commit
b4752b0eda
56 changed files with 816 additions and 832 deletions
|
|
@ -13,13 +13,11 @@ let
|
|||
|
||||
dynDir = testDir.overrideAttrs (
|
||||
final: prev: {
|
||||
buildCommand =
|
||||
prev.buildCommand
|
||||
+ ''
|
||||
echo more secret data > $out/top-secret
|
||||
echo shhhh > $out/top-secret-v2
|
||||
echo this isnt secret > $out/metadata
|
||||
'';
|
||||
buildCommand = prev.buildCommand + ''
|
||||
echo more secret data > $out/top-secret
|
||||
echo shhhh > $out/top-secret-v2
|
||||
echo this isnt secret > $out/metadata
|
||||
'';
|
||||
}
|
||||
);
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue