3 lines
132 B
Bash
Executable file
3 lines
132 B
Bash
Executable file
#!/usr/bin/sh
|
|
nix build .#register
|
|
lxc image import ./result/metadata.tar.xz ./result/lxc.tar.xz security.nesting=true --alias nixos |