diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 10:59:12 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 10:59:12 -0500 |
| commit | 2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (patch) | |
| tree | a8a323c6571556d3f1b5e8f197e17ed447f8daa4 /pkgs/yo | |
| parent | a97c10944e382cc7c439339c88a007401b67beeb (diff) | |
changes (idk)
Diffstat (limited to 'pkgs/yo')
| -rw-r--r-- | pkgs/yo/default.nix | 6 |
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, |
