8 lines
No EOL
88 B
Nix
8 lines
No EOL
88 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}: {
|
|
nix = {
|
|
package = pkgs.nixVersions.latest;
|
|
};
|
|
} |