aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index df480e5..d87702f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -87,6 +87,9 @@
};
nixos = base: custom base.config.system.build.toplevel ''
+ # work around https://github.com/NixOS/nixpkgs/issues/73404
+ cd /tmp
+
$PROFILE/bin/switch-to-configuration switch
# https://github.com/serokell/deploy-rs/issues/31