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