diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-08-31 14:33:09 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-08-31 14:33:09 +0200 |
| commit | 035c9bd89a6f11be046ee2efe0c2edb400cad604 (patch) | |
| tree | 033ef90fef3de545c554553ac256eec5283117c6 /home/config/environment.nix | |
| parent | 142e09b930ff4ce2f3afeaa1cbb70674f27b0111 (diff) | |
home: config: nixos-update-config: debug
Diffstat (limited to 'home/config/environment.nix')
| -rw-r--r-- | home/config/environment.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/environment.nix b/home/config/environment.nix index 4a8878d..88120e9 100644 --- a/home/config/environment.nix +++ b/home/config/environment.nix @@ -37,7 +37,7 @@ venv-manager-path = "~/.config/venv-manager"; in { amimullvad = "curl -Ls https://am.i.mullvad.net/connected"; - nixos-update-config = builtins.readFile ./scripts/nixos-update-config; + nixos-update-config = import ./scripts/nixos-update-config nix-code-path; rm = "rm -f"; ssh = "TERM=xterm-256color ssh"; mkenv = '' |
