9 lines
130 B
Nix
9 lines
130 B
Nix
|
|
{substituteAll}:
|
||
|
|
|
||
|
|
substituteAll {
|
||
|
|
name = "nixos-checkout";
|
||
|
|
src = ./nixos-checkout.sh;
|
||
|
|
dir = "bin";
|
||
|
|
isExecutable = true;
|
||
|
|
}
|