grab latest beets for bug fixes, etc

This commit is contained in:
Haak Saxberg 2023-05-27 20:33:24 -07:00
parent 535b61ed64
commit 90acf9538a

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ beets ]; environment.systemPackages = with pkgs; [ beets-unstable ];
# If using home-manager, we could the beets settings in a more in-nix way. As # If using home-manager, we could the beets settings in a more in-nix way. As
# it is, here's the YAML that's currently on the NAS. If being serious, we # it is, here's the YAML that's currently on the NAS. If being serious, we