diff options
| author | Mica White <botahamec@outlook.com> | 2026-09-06 19:18:18 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-09-06 19:18:18 -0400 |
| commit | d7663c0835614c5511e0f329174bada9fff4be48 (patch) | |
| tree | 923d5074ac4484e12cf83c7841e7776922ef433b /default.nix | |
| parent | d4cf94230b4d81338f1580e306fee1955c63f0f1 (diff) | |
Create a flakearborium
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..da56fef --- /dev/null +++ b/default.nix @@ -0,0 +1,8 @@ +{ rustPlatform, lib }: + +rustPlatform.buildRustPackage { + name = "cgit-syntax-highlighting"; + src = ./.; + cargoHash = "sha256-5Omrjm4yy7OdIP4Mt5eRSt5eJHR4IYzNGBW9rf37/b8="; +} + |
