4 lines
104 B
Nix
4 lines
104 B
Nix
{...}: {
|
|
additions = final: _prev: import ../.old/pkgs {pkgs = final;};
|
|
rice = import ./rice.nix;
|
|
}
|