5 lines
86 B
Nix
5 lines
86 B
Nix
inputs: self: super: {
|
|
inherit inputs;
|
|
|
|
apl386 = super.callPackage ./apl386 {};
|
|
}
|