diff options
author | Alan Pearce | 2024-05-03 00:15:35 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-03 00:15:35 +0200 |
commit | 177c2de3f7c2b1cee8dbea4acaa896a334ba3162 (patch) | |
tree | 3fa9e29574a43893a69ea3ff544a95f30881a2a1 /nix | |
parent | 8411fb4a3acebe46acaf7a2ff6c4e58018737d65 (diff) | |
download | searchix-177c2de3f7c2b1cee8dbea4acaa896a334ba3162.tar.lz searchix-177c2de3f7c2b1cee8dbea4acaa896a334ba3162.tar.zst searchix-177c2de3f7c2b1cee8dbea4acaa896a334ba3162.zip |
feat: add css
Diffstat (limited to 'nix')
-rw-r--r-- | nix/sources.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json index 1f2d396..1534db4 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -34,5 +34,18 @@ "type": "tarball", "url": "https://github.com/NixOS/nixpkgs/archive/58a1abdbae3217ca6b702f03d3b35125d88a2994.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "simple-css": { + "branch": "main", + "description": "Mostly-reasonable HTML Styles.", + "homepage": "", + "owner": "kevquirk", + "repo": "simple.css", + "rev": "89787585fc44e6023f2b5e6f78a3e3ca8c60b10a", + "sha256": "1q35vvq932x3r02zycr2plfkzd8x5plzlwk71cl6gxpwvq26jhbx", + "type": "file", + "url": "https://raw.githubusercontent.com/kevquirk/simple.css/v2.3.0/simple.css", + "url_template": "https://raw.githubusercontent.com/<owner>/<repo>/v<version>/simple.css", + "version": "2.3.0" } } |