summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-12-03 11:58:37 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-12-03 11:58:37 +0100
commit35d595d86d219d995eb3776c37a37b9c7fac7b76 (patch)
treed43484564df052f24cd3dcc9f99605ac842ae0ec /shell.nix
parent1ab559dedda022dd39329df8aac1b08e7f20917a (diff)
enable nix
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index b7b82fe..69f2b15 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> { } }:
-let settings = { };
+let settings = { nix.enable = true; };
in import ~/.config/venv-manager { inherit pkgs settings; }