diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-12-11 19:19:17 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-12-11 19:19:17 +0100 |
| commit | 43c482d00180c244717a8baff20eb1684ee9dd75 (patch) | |
| tree | 06b41c1048acfb29378849afe987a91f6b896d48 | |
| parent | 62390a35835c4d0f6e3b901c02ac2fc38b90f376 (diff) | |
enable pinning of shell derivations
| -rw-r--r-- | home/config/dotfiles/venv-manager.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/config/dotfiles/venv-manager.nix b/home/config/dotfiles/venv-manager.nix index 377fb88..db6dc83 100644 --- a/home/config/dotfiles/venv-manager.nix +++ b/home/config/dotfiles/venv-manager.nix @@ -2,6 +2,7 @@ { direnv.enable = lib.mkDefault true; + pinDerivations.enable = lib.mkDefault true; latex.latexmk = { enable = lib.mkDefault true; |
