1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Remove comma

due to compilation errors
This commit is contained in:
Stefan Ellmauthaler 2022-07-15 12:16:04 +02:00
parent 222e4ab8c1
commit 74541fb9a7
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -33,7 +33,8 @@
};
home.packages = with pkgs; [
comma
# comma did not compile on 15.07.2022
# comma
];
programs = {