Compare commits
1 commit
ddb4cb6eae
...
4b556f9d2a
Author | SHA1 | Date | |
---|---|---|---|
4b556f9d2a |
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@
|
|||
);
|
||||
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