aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/injections/nix
Commit message (Collapse)AuthorAgeFilesLines
* fix(nix): refactor nixosTest injections for better performance (#8378)Marc Jakobi4 days1-4/+4
|
* perf(nix): replace match with lua-matchMarc Jakobi7 days1-10/+18
|
* feat!: track parser revision in LuaChristian Clason2025-05-121-1/+1
| | | | | | | | | | | Problem: Tracking parser revision in lockfile and allowing override through the parsers module complicates the code. In addition, only revision changes are handled robustly, not changes to other installation info. Solution: Track parser revision in the parsers module directly. Reload parser table on every install or update call. Support modifying parser table in a `User TSUpdate` autocommand.
* injections(nix): add nixosTest.testScript + home-manager nvim configMarc Jakobi2025-05-121-0/+70
(+ add Check to mkDerivation bash matches) (+ add Check to mkDerivation bash matches)