Skip to content

Commit

Permalink
feat: add neolua wrappers to flake packages outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 20, 2023
1 parent 05da966 commit e3ac0fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
neorocks = pkgs.neorocks;
neolua-bin = pkgs.haskellPackages.neolua-bin;
neovim-nightly = pkgs.neovim-nightly;
neolua-stable-wrapper = pkgs.neolua-stable-wrapper;
neolua-nightly-wrapper = pkgs.neolua-nightly-wrapper;
};

checks = {
Expand Down
2 changes: 2 additions & 0 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ in {
neorocks
neorocksTest
neovim-nightly
neolua-stable-wrapper
neolua-nightly-wrapper
;
luajitPackages = luajit.pkgs;
}

0 comments on commit e3ac0fb

Please sign in to comment.