summaryrefslogtreecommitdiff
path: root/shenvs/config.nix
blob: caf4b18c8463cc5e25eecd037a68fc11cf9e307a (plain)
1
2
3
4
5
6
7
8
shenvs: {
  gcKeep = with shenvs; [
    android-dev
    dsp
    el3310
    randall
  ];
}