añade configuración necesaria para shenvs
This commit is contained in:
parent
9f72d24109
commit
4b9e6bb4ee
4 changed files with 26 additions and 7 deletions
5
shenvs/config.nix
Normal file
5
shenvs/config.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
shenvs: {
|
||||
gcKeep = with shenvs; [
|
||||
armasm
|
||||
];
|
||||
}
|
Reference in a new issue