Skip to content

Commit e342c50

Browse files
committed
Add nix-shell
1 parent 4d176eb commit e342c50

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shell.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
let
2+
pkgs = import <nixpkgs> {};
3+
in
4+
pkgs.mkShell {
5+
buildInputs = with pkgs; [
6+
(python3.withPackages (ps: with ps; [mpd2 dbus-python pygobject3 mutagen]))
7+
];
8+
}

0 commit comments

Comments
 (0)