Reformat nix source file using nixfmt
This commit is contained in:
parent
2e4a532958
commit
9201969c1b
220 changed files with 3169 additions and 2487 deletions
|
|
@ -25,11 +25,14 @@
|
|||
scheme = "https";
|
||||
}
|
||||
];
|
||||
}).overrideAttrs (prev: {
|
||||
postInstall =
|
||||
(prev.postInstall or "")
|
||||
+ ''
|
||||
ln -s ${rootPath + "/assets/radicle-explorer/youthlic-seed-header.png"} $out/images/youthlic-seed-header.png
|
||||
ln -s ${rootPath + "/assets/radicle-explorer/youthlic-seed-avatar.jpg"} $out/images/youthlic-seed-avatar.jpg
|
||||
}).overrideAttrs
|
||||
(prev: {
|
||||
postInstall = (prev.postInstall or "") + ''
|
||||
ln -s ${
|
||||
rootPath + "/assets/radicle-explorer/youthlic-seed-header.png"
|
||||
} $out/images/youthlic-seed-header.png
|
||||
ln -s ${
|
||||
rootPath + "/assets/radicle-explorer/youthlic-seed-avatar.jpg"
|
||||
} $out/images/youthlic-seed-avatar.jpg
|
||||
'';
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue