reformat and clean stuff up

This commit is contained in:
notgne2 2021-09-18 21:19:59 -07:00
parent b03b8f6328
commit 2b110a13c0
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
8 changed files with 363 additions and 504 deletions

View file

@ -115,7 +115,7 @@ in
pname = "firenvim";
src = inputs.firenvim;
# yes im stupid
version = builtins.readFile (pkgs.runCommandNoCC "firenvim-version" {} ''
version = builtins.readFile (pkgs.runCommandNoCC "firenvim-version" { } ''
${pkgs.jq}/bin/jq -j .version < ${inputs.firenvim}/package.json > $out
'');
})