Compare commits

..

1 Commits

Author SHA1 Message Date
242dbeb253 nix fmt 2023-10-30 17:14:15 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -118,4 +118,3 @@ Also set the option `Enable Status Check` to `build / test (pull_request)`
Add `merge-bot` and `ui-asset-bot` as collaborators.
Also set the option `Delete pull request branch after merge by default`
Also the the default merge style to `Rebase then create merge commit`

View File

@@ -1,5 +1,5 @@
{ fetchzip }:
fetchzip {
url = "https://gitea.gchq.icu/api/packages/ui-asset-bot/generic/ui/0bv0b0pnz53y2k5xx2flqf12l5acwcvckgpjx1zs0x172acy1lcw/assets.tar.gz";
sha256 = "0bv0b0pnz53y2k5xx2flqf12l5acwcvckgpjx1zs0x172acy1lcw";
url = "https://gitea.gchq.icu/api/packages/ui-asset-bot/generic/ui/1inlxk1i9q87bw00zwqyvpm3m0hdgdffhxlymzgi5wvqn9syd0cm/assets.tar.gz";
sha256 = "1inlxk1i9q87bw00zwqyvpm3m0hdgdffhxlymzgi5wvqn9syd0cm";
}