Skip to content

Commit

Permalink
Add nix-specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeley committed Nov 20, 2023
1 parent ef88bb5 commit c9edca5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
use nix
dotenv
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build/
dist/
mpdscrobble.conf
.idea/
.direnv/
15 changes: 15 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
with import <nixpkgs> { };
pkgs.mkShell {
buildInputs = [
pkgs.python311
python311Packages.pip

python311Packages.mpd2
python311Packages.pylast
python311Packages.httpx
python311Packages.twine

pre-commit
];

}

0 comments on commit c9edca5

Please sign in to comment.