aboutsummaryrefslogtreecommitdiff
path: root/pkgs/yo/default.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 10:59:12 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 10:59:12 -0500
commit2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (patch)
treea8a323c6571556d3f1b5e8f197e17ed447f8daa4 /pkgs/yo/default.nix
parenta97c10944e382cc7c439339c88a007401b67beeb (diff)
changes (idk)
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,