Compare commits
1 commit
d4997ba0c1
...
dc5e219bc3
Author | SHA1 | Date | |
---|---|---|---|
dc5e219bc3 |
1 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Add scripts to overlay
|
# Add scripts to overlay
|
||||||
flake.overlays.scripts = _final: prev: builtins.mapAttrs (callRustPackage prev);
|
flake.overlays.scripts = _final: prev: builtins.mapAttrs (callRustPackage prev) packages;
|
||||||
|
|
||||||
# Add scripts to packages
|
# Add scripts to packages
|
||||||
perSystem =
|
perSystem =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
packages = builtins.mapAttrs (callRustPackage pkgs);
|
packages = builtins.mapAttrs (callRustPackage pkgs) packages;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue