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