summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-12-03 12:00:08 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-12-03 12:00:08 +0100
commiteafe17f99fc9dc72baf21722c51603b7ce03ecf8 (patch)
treec05461d757b6c7bb1efc1577c2331bbda37a4698 /shell.nix
parent35d595d86d219d995eb3776c37a37b9c7fac7b76 (diff)
change import path to point to current directory
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 69f2b15..348cafc 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> { } }:
let settings = { nix.enable = true; };
-in import ~/.config/venv-manager { inherit pkgs settings; }
+in import ./. { inherit pkgs settings; }