| Commit message (Collapse) | Author |
|
This change also ensures that this repo is reuse-3.0 compliant.
|
|
|
|
|
|
Nixpkgs has renamed their `mpc-cli` package to just `mpc`, turning this
`mpc` package into an override for the official nixpkgs one. I think
being explicit about the fact, that `mpc` is wrapped is the best
solution here.
|
|
This avoids shadowing the original `mpc rm` command
|
|
|
|
This might not be the perfect way to organize a package set --
especially if the set is not nearly the size of nixpkgs -- but it is
_at_ least a way of organization.
|