3 lines
103 B
Nix
3 lines
103 B
Nix
final: prev: {
|
|
strawberry-master = prev.callPackage (builtins.path { path = ./package.nix; }) { };
|
|
}
|