mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-07-21 08:13:00 +02:00
7 lines
249 B
Bash
Executable File
7 lines
249 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
nix build .#checks.x86_64-linux.test -L
|
|
if ! nixos-rebuild switch --flake .#nixos-wiki-nixos-org --target-host root@wiki.nixos.org; then
|
|
nixos-rebuild switch --flake .#nixos-wiki-nixos-org --target-host root@wiki.nixos.org
|
|
fi
|