aboutsummaryrefslogtreecommitdiff
path: root/pkgs/yo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/yo/default.nix')
-rw-r--r--pkgs/yo/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/yo/default.nix b/pkgs/yo/default.nix
index a29bb2e..30a90f0 100644
--- a/pkgs/yo/default.nix
+++ b/pkgs/yo/default.nix
@@ -14,7 +14,11 @@
hostname: hostname,
use_nom: true
)
- Nix.switch_to_configuration_remote(store_path: store_path, ssh_host: ssh_host, use_magic_rollback: true)
+ Nix.switch_to_configuration_remote(
+ store_path: store_path,
+ ssh_host: ssh_host,
+ use_magic_rollback: true
+ )
when "switch", "sw"
store_path = Nix.build_configuration(
flake_path: FLAKE_PATH,