diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-08-31 14:33:38 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-08-31 14:33:38 +0200 |
| commit | 151f677a4ba3156128155f3a0cf79e51156b0ac5 (patch) | |
| tree | c22915ded053e2b414023748b53125e30b817ee2 /home/config/i3/bar/shell.nix | |
| parent | 035c9bd89a6f11be046ee2efe0c2edb400cad604 (diff) | |
home: config: i3: bar: make venv not persistent
Diffstat (limited to 'home/config/i3/bar/shell.nix')
| -rw-r--r-- | home/config/i3/bar/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/i3/bar/shell.nix b/home/config/i3/bar/shell.nix index 794d774..441a787 100644 --- a/home/config/i3/bar/shell.nix +++ b/home/config/i3/bar/shell.nix @@ -1,4 +1,4 @@ { pkgs ? import <nixpkgs> { } }: -let settings = { golang.enable = true; }; +let settings = { golang.enable = true; pinDerivations.enable = false; }; in import ~/.config/venv-manager { inherit pkgs settings; } |
