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