1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add nix flake archive command to rebuild.nu

This commit is contained in:
RGBCube 2024-02-05 10:01:40 +03:00
parent 43ca89689d
commit fc1c5f412d
No known key found for this signature in database

View file

@ -22,6 +22,7 @@ def main --wrapped [
ssh -q $host $"sh -c '
cd Configuration
nix flake archive
sudo nixos-rebuild switch ($flags | str join ' ') |& nom --json
'"
}