Skip to content

Commit

Permalink
overlays/nixpkgs-master: add again for luaPackage bump
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 23, 2025
1 parent 03ce455 commit 502ec98
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
url = "github:folke/snacks.nvim";
flake = false;
};

nixpkgs-master.url = "github:nixos/nixpkgs";
};

outputs =
Expand Down
12 changes: 12 additions & 0 deletions overlays/nixpkgs-master.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ flake }:
_final: super: {
inherit (flake.inputs.nixpkgs-master.legacyPackages.${super.stdenv.system})
luaPackages

lua51Packages
lua52Packages
lua53Packages
lua54Packages
luajitPackage
;
}

0 comments on commit 502ec98

Please sign in to comment.