diff --git a/default.nix b/default.nix index e6e7eb7..981c1b5 100644 --- a/default.nix +++ b/default.nix @@ -29,7 +29,7 @@ let ./ides.nix # service config and build params ( - { ... }: + _: { inherit services; _buildIdes.shellFn = shell; diff --git a/docs.nix b/docs.nix index b8c745c..8e28d92 100644 --- a/docs.nix +++ b/docs.nix @@ -1,5 +1,5 @@ with import {}; - {}: let + _: let eval = lib.evalModules { specialArgs = {inherit pkgs;}; modules = [./ides.nix ./modules]; diff --git a/flake.nix b/flake.nix index b88af06..73b03d1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { outputs = - { ... }: + _: { lib = import ./default.nix; templates.default = { diff --git a/ides.nix b/ides.nix index c0822a1..5a5362e 100644 --- a/ides.nix +++ b/ides.nix @@ -220,7 +220,7 @@ in foldlAttrs ( - acc: name: svc: + acc: _: svc: let pair = mkWorks svc; in @@ -247,7 +247,7 @@ final = let - shellArgs = config._buildIdes.shellArgs; + inherit (config._buildIdes) shellArgs; in shellArgs // {