Compare commits
1 commit
4b556f9d2a
...
ddb4cb6eae
Author | SHA1 | Date | |
---|---|---|---|
ddb4cb6eae |
1 changed files with 1 additions and 2 deletions
|
@ -90,8 +90,7 @@
|
|||
);
|
||||
overlays = builtins.attrValues self.overlays;
|
||||
scripts_definitions = import ./scripts;
|
||||
scripts =
|
||||
final: prev: builtins.mapAttrs (_name: value: prev.callPackage value { }) scripts_definitions;
|
||||
scripts = final: prev: builtins.mapAttrs (_name: value: prev.callPackage value { }) scripts_definitions;
|
||||
in
|
||||
{
|
||||
checks = forEachSupportedSystem (
|
||||
|
|
Loading…
Add table
Reference in a new issue