gh: add heist-extra

This commit is contained in:
Sridhar Ratnakumar 2025-01-19 13:15:21 -05:00
parent f33ae745f2
commit 25b0475947

View file

@ -22,8 +22,12 @@ in
nushell # https://github.com/marketplace/actions/setup-nu
];
};
# Don't forget to add these repos here:
# https://github.com/settings/personal-access-tokens/3513625
personalRunners = {
"srid/nixos-config".num = 1;
"srid/heist-extra".num = 1;
};
};
}