commit | 1eac65691f60938eb901947d3218aead71cf142e | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Sat Jan 20 13:55:00 2024 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sat Jan 20 13:55:00 2024 -0500 |
tree | c66d0b8c7dd8e4ea28fb1fae0a8d170d56c0b683 | |
parent | a3868678dd1ddcc2e2b513a06dec6bcc00510993 [diff] [blame] |
chore: add envrc and shell.nix
diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..28966f9 --- /dev/null +++ b/shell.nix
@@ -0,0 +1,7 @@ +{ pkgs ? import <nixpkgs> { } }: + +pkgs.mkShell { + packages = with pkgs; [ + pkgs.poetry + ]; +}