5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
nixos-install \
|
|
--option substituters https://mirrors.ustc.edu.cn/nix-channels/store \
|
|
--no-root-passwd --flake .#$1 |