diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 01:56:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 01:56:31 -0300 |
commit | b8a07104bf99d241e5c1e9d0bc9ff936c6ebe6da (patch) | |
tree | 6e885d9af3ffdad6fd7edae7ca5adb4fb88086d9 | |
parent | WIP: add stub body to function in setup.sh (diff) | |
download | dotfiles-b8a07104bf99d241e5c1e9d0bc9ff936c6ebe6da.tar.gz dotfiles-b8a07104bf99d241e5c1e9d0bc9ff936c6ebe6da.tar.xz |
Format utils.nix (linter offense)
Diffstat (limited to '')
-rw-r--r-- | utils.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ in rec { ''; }); readmeCss = builtins.fetchurl { - url = https://euandre.org/dotfiles/static/README.css; + url = "https://euandre.org/dotfiles/static/README.css"; sha256 = "1c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae"; }; readmeOrg = title: |