Disable broken packages
This commit is contained in:
parent
32d11e907f
commit
34997e9134
5 changed files with 14 additions and 7 deletions
|
|
@ -8,7 +8,10 @@
|
|||
"compose:rctrl"
|
||||
];
|
||||
};
|
||||
packages = [ pkgs.retroarch-free pkgs.heroic ];
|
||||
packages = [
|
||||
# pkgs.retroarch-free
|
||||
pkgs.heroic
|
||||
];
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue