diff options
| author | 2026-05-20 13:56:10 +0100 | |
|---|---|---|
| committer | 2026-05-20 13:56:10 +0100 | |
| commit | 58f2d61be4c55c7cf7bdbb12f3fed6794e7481b5 (patch) | |
| tree | e5fffde7bcb1bc6778e0e7b489b5666dbe755746 /.githooks | |
| parent | 3bc07df183cba19a9824ccf074041347a8bd1490 (diff) | |
| download | dotfiles-58f2d61be4c55c7cf7bdbb12f3fed6794e7481b5.tar.gz dotfiles-58f2d61be4c55c7cf7bdbb12f3fed6794e7481b5.tar.bz2 dotfiles-58f2d61be4c55c7cf7bdbb12f3fed6794e7481b5.zip | |
fix(nix): parameterize dotfiles path per profile; rename dockerfile LSP
- common.nix hardcoded the runtime dotfiles checkout to
~/.local/share/dotfiles, which is correct for the remote-dev VM but
not the Arch host (where the canonical clone lives at ~/dotfiles).
ssh activation was failing with 'cannot stat
/home/sommerfeld/.local/share/dotfiles/private_dot_ssh/config' on
every host nix-switch.
Promote the path to a typed option (config.my.dotfilesPath) and set
it from each profile:
nix/host.nix -> $HOME/dotfiles
nix/vm.nix -> $HOME/.local/share/dotfiles
common.nix now wraps its config in 'config = { ... }' so the
options can sit alongside.
- dockerfile-language-server-nodejs was renamed in nixpkgs to
dockerfile-language-server; pick up the new name to silence the
evaluation warning (the rename will eventually become a hard error).
Diffstat (limited to '.githooks')
0 files changed, 0 insertions, 0 deletions
