gr: ephemeral

This commit is contained in:
Sridhar Ratnakumar 2024-05-26 11:19:14 -04:00
parent ae2b27c138
commit 9e7c294b1c

View file

@ -19,6 +19,7 @@ let
inherit user group tokenFile name;
enable = true;
replace = true;
ephemeral = true;
extraPackages = with pkgs; runner-pkgs ++ [
# Standard nix tools
nixci