We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d176eb commit e342c50Copy full SHA for e342c50
shell.nix
@@ -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