7 lines
150 B
Nix
7 lines
150 B
Nix
{ pkgs, ... }:
|
|
|
|
pkgs.writeShellApplication {
|
|
name = "clerie-system-remote-install";
|
|
text = builtins.readFile ./clerie-system-remote-install.sh;
|
|
}
|