mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-12 16:03:32 +00:00
9 lines
130 B
Nix
9 lines
130 B
Nix
|
{substituteAll}:
|
||
|
|
||
|
substituteAll {
|
||
|
name = "nixos-checkout";
|
||
|
src = ./nixos-checkout.sh;
|
||
|
dir = "bin";
|
||
|
isExecutable = true;
|
||
|
}
|