Update configuration based on new nixpkgs errors
This commit is contained in:
parent
e4a88cc699
commit
b21c3b559b
3 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ beets-unstable ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
beets
|
||||
];
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue