diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-12 00:57:42 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-12 00:57:42 +0530 |
| commit | 211e953db7775a1192a5535041e9abb7588bc5fa (patch) | |
| tree | c902d10ee6985f285b71ac5359bc4e2b7d0816a8 /flake.nix | |
| parent | 0623db559013a321d3d87a064c0defb9e01763dc (diff) | |
| download | null-browser-211e953db7775a1192a5535041e9abb7588bc5fa.tar.gz null-browser-211e953db7775a1192a5535041e9abb7588bc5fa.zip | |
Move generated api reference dir
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ lua-libluv = pkgs.callPackage (import ./nix/libluv.nix) { inherit (myPkgs) libuv luajit; }; - # dkjson = pkgs.luajitPackages.dkjson; + dkjson = pkgs.luajitPackages.dkjson; luassert = pkgs.luajitPackages.luassert; # lua-busted = pkgs.luajitPackages.busted; }; @@ -28,7 +28,7 @@ luajit libuv lua-libluv - # dkjson + dkjson luassert # lua-busted |
