Your one-stop-cake-shop for everything Freshly Baked has to offer

ci: disable nilla overrides #82

closed opened by a.starrysky.fyi targeting main from private/minion/push-wsuryrqslnqn

The default overrides in nilla slow things down when evaluating parts of a configuration - even parts that don't need them! Although it's a shame I think that disabling them is the correct course of action for now...

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3m2penszz6v22
+3 -1
Diff #0
+2
packetmix/nilla.nix
··· 21 21 ]; 22 22 23 23 config = { 24 + assertions = lib.modules.overrides.force []; # The default assertions currently force us to fetch every input to evaluate, and end up causing more trouble than they are worth. Let's skip them... 25 + 24 26 packages.allNixOSSystems = { 25 27 systems = [ "x86_64-linux" ]; 26 28
+1 -1
.tangled/workflows/github.yml
··· 56 56 command: | 57 57 cd .. 58 58 git clone https://git.freshlybakedca.ke/patisserie.git:workspace=projects/sprinkles.git 59 - cd packetmix 59 + cd sprinkles 60 60 git remote add github git@github.com:FreshlyBakedCake/Sprinkles.git 61 61 git fetch github 62 62 git push github origin/release:refs/heads/release

History

1 round 0 comments
sign up or login to add to the discussion
a.starrysky.fyi submitted #0
2 commits
expand
ci: disable nilla overrides
ci(s): fix github mirror
1/5 failed, 1/5 timeout, 3/5 success
expand
expand 0 comments
closed without merging