7 lines
134 B
Nix
7 lines
134 B
Nix
|
inputs: self: super: {
|
||
|
inherit inputs;
|
||
|
|
||
|
apl386 = super.callPackage ./apl386 {};
|
||
|
fennel-ls = super.callPackage ./fennel-ls {};
|
||
|
}
|