pkgs/clerie-system-remote-install: Install NixOS system remotely without evaluating anything on remote
This commit is contained in:
6
pkgs/clerie-system-remote-install/default.nix
Normal file
6
pkgs/clerie-system-remote-install/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "clerie-system-remote-install";
|
||||
text = builtins.readFile ./clerie-system-remote-install.sh;
|
||||
}
|
Reference in New Issue
Block a user