diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-02 15:37:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-02 16:24:58 +0530 |
| commit | 8f974223f4318ed9a0d3035b4c11d0f5b015efec (patch) | |
| tree | 028782193fa5c3cfa20a32b83b8f22e948c3ed9d /flake.nix | |
| parent | 398b1a4b398324311b6e0f15d2e4ede5ad8500ff (diff) | |
| download | null-browser-8f974223f4318ed9a0d3035b4c11d0f5b015efec.tar.gz null-browser-8f974223f4318ed9a0d3035b4c11d0f5b015efec.zip | |
Refactor dmenu to be instantiable + add luassert for assertions
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,7 @@ lua-libluv = pkgs.callPackage (import ./nix/libluv.nix) { inherit (myPkgs) libuv luajit; }; + luassert = pkgs.luajitPackages.luassert; # lua-busted = pkgs.luajitPackages.busted; }; @@ -26,6 +27,8 @@ luajit libuv lua-libluv + + luassert # lua-busted ]; in { |
