aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2025-06-12 13:29:59 +0000
committers-ol <s+removethis@s-ol.nu>2025-06-12 13:35:43 +0000
commita668ad6c7523c010b129d9c21fdf90830bcbf77b (patch)
tree2d06e4c429dc12e6577ee01fe992a7f41d2bab8d /flake.nix
parentline comments (diff)
downloadalive-a668ad6c7523c010b129d9c21fdf90830bcbf77b.tar.gz
alive-a668ad6c7523c010b129d9c21fdf90830bcbf77b.zip
use cmark instead of discount for markdown docs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix27
1 files changed, 0 insertions, 27 deletions
diff --git a/flake.nix b/flake.nix
index f097ace..b2462b9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -100,32 +100,6 @@
};
};
- discount = luaPkgs.buildLuarocksPackage {
- pname = "discount";
- version = "0.4-1";
-
- knownRockspec =
- (pkgs.fetchurl {
- url = mirror://luarocks/discount-0.4-1.rockspec;
- hash = "sha256-7bIW6KKFNPGNiVB3m1DasIPI8znq7ZC2iBS5fCevglU=";
- })
- .outPath;
-
- src = pkgs.fetchurl {
- url = https://craigbarnes.gitlab.io/dist/lua-discount/lua-discount-0.4.tar.gz;
- hash = "sha256-NTHu3d5KidW3pKubNZp/AaiKyF3U+sYVVOsZkWXP3q0=";
- };
-
- buildInputs = [pkgs.discount];
- propagatedBuildInputs = [luaPkgs.lua];
-
- meta = {
- homepage = "https://github.com/craigbarnes/lua-discount";
- description = "Lua bindings for the Discount Markdown library";
- license = lib.licenses.isc;
- };
- };
-
ldoc = luaPkgs.buildLuarocksPackage rec {
pname = "ldoc";
version = "scm-2";
@@ -191,7 +165,6 @@
fltk4lua
losc
busted
- discount
lua-rtmidi
]
++ (