add rust support to config
This commit is contained in:
parent
5c2deec279
commit
52a6173f0b
7 changed files with 126 additions and 30 deletions
|
@ -5,6 +5,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
rs-programs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
@ -25,6 +26,7 @@ with builtins; {
|
|||
"nodejs-16.20.0"
|
||||
];
|
||||
};
|
||||
overlays = [rs-programs];
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
@ -73,6 +75,8 @@ with builtins; {
|
|||
devd
|
||||
|
||||
libjxl
|
||||
|
||||
s10e-jrnl
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue