crea shenv de anpi
This commit is contained in:
parent
5df2daf6f0
commit
61de01e31b
5
shenvs/anpi.nix
Normal file
5
shenvs/anpi.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
pkgs: {
|
||||||
|
paths = with pkgs; [
|
||||||
|
octave
|
||||||
|
];
|
||||||
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
shenvs: {
|
shenvs: {
|
||||||
gcKeep = with shenvs; [
|
gcKeep = with shenvs; [
|
||||||
armasm
|
armasm
|
||||||
|
anpi
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue