forked from auxolotl/docs
unstyle: Some useless changes
This commit is contained in:
parent
a083999c85
commit
3ff53d7c68
|
@ -1,5 +1,5 @@
|
|||
{ stdenvNoCC, inputs }:
|
||||
stdenvNoCC.mkDerivation {
|
||||
{ stdenvNoCC, inputs }: stdenvNoCC.mkDerivation
|
||||
{
|
||||
pname = "aux-wiki";
|
||||
version = "unstable";
|
||||
|
||||
|
@ -15,7 +15,12 @@ stdenvNoCC.mkDerivation {
|
|||
|
||||
# foo, bar, baz, qux, quxx
|
||||
'';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
fixupPhase = ''
|
||||
pushd $out
|
||||
mv home.md index.md
|
||||
|
|
Loading…
Reference in a new issue