diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-12-03 11:49:13 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-12-03 11:49:13 +0100 |
| commit | 31e7091213c9dc5508cba734a652af78fc8b4712 (patch) | |
| tree | 76a966b16b869b437c1bdc69e63d4c4539947228 /shell.nix | |
| parent | 6bb027dbeb3dedb6c65cb27274465105bccdfb18 (diff) | |
add basic shell.nix file
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 4 |
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; } |
