deadnix/statix

This commit is contained in:
atagen 2025-02-02 18:36:12 +11:00
parent ae78cb7026
commit 78eda8579b
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ let
./ides.nix
# service config and build params
(
{ ... }:
_:
{
inherit services;
_buildIdes.shellFn = shell;

View File

@ -1,5 +1,5 @@
with import <nixpkgs> {};
{}: let
_: let
eval = lib.evalModules {
specialArgs = {inherit pkgs;};
modules = [./ides.nix ./modules];

View File

@ -1,6 +1,6 @@
{
outputs =
{ ... }:
_:
{
lib = import ./default.nix;
templates.default = {

View File

@ -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
// {