feat: update coder provider and add NIX_CONFIG parameter

This commit is contained in:
technofab 2025-08-02 17:56:46 +02:00
parent 54804d21c4
commit cfcc9a221c
No known key found for this signature in database
4 changed files with 32 additions and 16 deletions

View file

@ -97,5 +97,16 @@
type = "string";
mutable = true;
};
nix_config = {
name = "Nix Config";
description = ''
Nix config, will be put into $NIX_CONFIG
'';
default = "";
order = 9;
type = "string";
form_type = "textarea";
mutable = true;
};
};
}