crea shenvs, añade infrastructura para paquetes
This commit is contained in:
parent
5016c4f3d9
commit
a2209c4f8e
5 changed files with 55 additions and 3 deletions
5
shenvs/armasm.nix
Normal file
5
shenvs/armasm.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
pkgs: {
|
||||
paths = with pkgs; [
|
||||
gcc-arm-embedded
|
||||
];
|
||||
}
|
Reference in a new issue