mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
chore: add tarball ttl option to reload-dotfiles to prevent caching
This commit is contained in:
parent
7da286dcfe
commit
a4a331c338
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ pkgs.dockerTools.buildLayeredImage {
|
|||
ncurses
|
||||
dockerTools.usrBinEnv
|
||||
(writeShellScriptBin "reload-dotfiles" ''
|
||||
${home-manager}/bin/home-manager switch --flake ''${DOTFILES_REPO:-$1}
|
||||
${home-manager}/bin/home-manager switch --flake ''${DOTFILES_REPO:-$1} --option tarball-ttl 0
|
||||
'')
|
||||
(writeTextDir "etc/nix/nix.conf" ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue