From eafe17f99fc9dc72baf21722c51603b7ce03ecf8 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 3 Dec 2021 12:00:08 +0100 Subject: change import path to point to current directory --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 69f2b15..348cafc 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ { pkgs ? import { } }: let settings = { nix.enable = true; }; -in import ~/.config/venv-manager { inherit pkgs settings; } +in import ./. { inherit pkgs settings; } -- cgit v1.2.3