diff options
author | regnat <rg@regnat.ovh> | 2021-05-11 10:52:17 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-05-17 15:10:48 +0200 |
commit | f46adb783c939c61a087cdfd8af964f4ad6f9816 (patch) | |
tree | c315dcfa20644d0d75b10ca844bce90548519a2f /.gitignore | |
parent | f0c0052d4b16d13d2a826a2839b680b729651179 (diff) |
Add a test for `nix run` with CA derivations
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 37aada307..2e14561fe 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,7 @@ perl/Makefile.config /tests/shell /tests/shell.drv /tests/config.nix +/tests/ca/config.nix # /tests/lang/ /tests/lang/*.out |