summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-12-03 11:49:13 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-12-03 11:49:13 +0100
commit31e7091213c9dc5508cba734a652af78fc8b4712 (patch)
tree76a966b16b869b437c1bdc69e63d4c4539947228
parent6bb027dbeb3dedb6c65cb27274465105bccdfb18 (diff)
add basic shell.nix file
-rw-r--r--shell.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 0000000..b7b82fe
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,4 @@
+{ pkgs ? import <nixpkgs> { } }:
+
+let settings = { };
+in import ~/.config/venv-manager { inherit pkgs settings; }