8 lines
125 B
Nix
8 lines
125 B
Nix
![]() |
{ substituteAll }:
|
||
|
substituteAll {
|
||
|
name = "nixos-enter";
|
||
|
dir = "bin";
|
||
|
isExecutable = true;
|
||
|
src = ./nixos-enter.sh;
|
||
|
}
|