Reformat using nixpkgs-fmt
This commit is contained in:
parent
368ed0797d
commit
5a734099bf
36 changed files with 209 additions and 168 deletions
|
@ -5,8 +5,8 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ unzip ];
|
||||
buildInputs = [ unzip ];
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r * $out/
|
||||
mkdir -p $out
|
||||
cp -r * $out/
|
||||
'';
|
||||
pname = "tubslatex";
|
||||
name = pname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue