Skip to content

Commit

Permalink
chore: add envrc and shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jan 20, 2024
1 parent a386867 commit 1eac656
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use nix
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ __pycache__
tests/output
*.orig
*.rej
.direnv
7 changes: 7 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> { } }:

pkgs.mkShell {
packages = with pkgs; [
pkgs.poetry
];
}

0 comments on commit 1eac656

Please sign in to comment.