Skip to content

Commit

Permalink
Update shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeley committed Jan 24, 2025
1 parent 492740c commit 5efb0c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
use nix
source venv/bin/activate
dotenv
3 changes: 2 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ with import <nixpkgs> { };

let
pythonPackages = python3Packages;
in pkgs.mkShell rec {
in pkgs.mkShell {
buildInputs = [
pythonPackages.python

pythonPackages.pip
pythonPackages.pygithub
pipenv
];

Expand Down

0 comments on commit 5efb0c2

Please sign in to comment.