reenable musescore, temp nix fix

This commit is contained in:
Thilo Billerbeck 2024-03-10 18:29:59 +01:00
parent 35be9471e4
commit 77e7374163
2 changed files with 5 additions and 1 deletions
configs/thilo-pc

View file

@ -53,5 +53,9 @@
extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ];
};
nixpkgs.config.permittedInsecurePackages = [
"nix-2.16.2"
];
system.stateVersion = "23.05";
}