diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/system/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/glittershark/system/system/default.nix b/users/glittershark/system/system/default.nix index e1946810540f..dd84dc71db27 100644 --- a/users/glittershark/system/system/default.nix +++ b/users/glittershark/system/system/default.nix @@ -7,6 +7,9 @@ rec { configuration = chupacabra; }).system; + # Build chupacabra in CI + meta.targets = [ "chupacabraSystem" ]; + rebuilder = let depotPath = "/home/grfn/code/depot"; |