projects/mpd: init

This commit is contained in:
2024-12-05 13:25:57 +01:00
parent 5a65f05338
commit eef7d52e6d
2 changed files with 82 additions and 0 deletions

View File

@@ -30,6 +30,8 @@
devShells = forAllSystems (system: pkgs: {
rust = pkgs.callPackage ./generic/rust/shell.nix { };
rust-nightly = pkgs.callPackage ./generic/rust/shell.nix { rust-channel = "nightly"; };
github-MusicPlayerDaemon-MPD = pkgs.callPackage ./projects/github/MusicPlayerDaemon/MPD/shell.nix { };
});
};
}