File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- { pkgs ? import <nixpkgs> { } } : ( import ./flake.nix ) . outputs {
1+ { pkgs ? import <nixpkgs> { } , ... } : ( import ./flake.nix ) . outputs {
22 self = builtins . path { path = ./. ; } ;
33 inherit ( pkgs ) system ;
44 nixpkgs = pkgs ;
Original file line number Diff line number Diff line change 77 then nixpkgs . appendOverlays [ overlay ] else import nixpkgs { inherit system ; overlays = [ overlay ] ; } ;
88 getpkgs = system : if builtins . all ( v : nixpkgs ? "${ v } " ) [ "path" "system" "appendOverlays" ]
99 then nixpkgs else import nixpkgs { inherit system ; } ;
10- APPNAME = "tomlua" ;
1110 l_pkg_enum = {
1211 lua5_1 = "lua51Packages" ;
1312 lua5_2 = "lua52Packages" ;
1615 luajit = "luajitPackages" ;
1716 lua = "luaPackages" ;
1817 } ;
18+ APPNAME = "tomlua" ;
1919 overlay = final : prev : let
2020 # lua5_1 = prev.lua5_1.override { packageOverrides };
2121 l_pkg_main = builtins . mapAttrs ( n : _ : ( prev . lib . attrByPath [ n "override" ] null prev ) {
You can’t perform that action at this time.
0 commit comments