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:
parent
222e4ab8c1
commit
74541fb9a7
@ -33,7 +33,8 @@
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
comma
|
||||
# comma did not compile on 15.07.2022
|
||||
# comma
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user