git.delta.rocks / jrsonnet / refs/commits / 92f63f5caa6f

difftreelog

feat forward self argument

Yaroslav Bolyukin2024-11-11parent: #9e7bb97.patch.diff
in: trunk

1 file changed

modifiedlib/flakePart.nixdiffbeforeafterboth
2 fleetLib,2 fleetLib,
3 lib,3 lib,
4 config,4 config,
5 inputs ? {},5 inputs,
6 self,
6 ...7 ...
7}: let8}: let
8 inherit (lib.options) mkOption mkEnableOption;9 inherit (lib.options) mkOption mkEnableOption;
70 }71 }
71 ];72 ];
72 specialArgs = {73 specialArgs = {
73 inherit inputs;74 inherit inputs self;
74 fleetLib = import ../lib {75 fleetLib = import ../lib {
75 inherit (bootstrapNixpkgs) lib;76 inherit (bootstrapNixpkgs) lib;
76 };77 };