añade configuración necesaria para shenvs

This commit is contained in:
Fabián Montero 2022-03-29 00:00:36 -06:00
parent 9f72d24109
commit 4b9e6bb4ee
4 changed files with 26 additions and 7 deletions

5
shenvs/config.nix Normal file
View file

@ -0,0 +1,5 @@
shenvs: {
gcKeep = with shenvs; [
armasm
];
}