1
0
nixfiles/pkgs/clerie-system-remote-install/default.nix

7 lines
150 B
Nix

{ pkgs, ... }:
pkgs.writeShellApplication {
name = "clerie-system-remote-install";
text = builtins.readFile ./clerie-system-remote-install.sh;
}