ci: enforce prettier formatting #488
expand 1 commit
hide 1 commit
Signed-off-by: Winter <winter@winter.cafe>
expand 1 commit
hide 1 commit
Signed-off-by: Winter <winter@winter.cafe>
expand 1 commit
hide 1 commit
Signed-off-by: Winter <winter@winter.cafe>
expand 1 commit
hide 1 commit
Signed-off-by: Winter <winter@winter.cafe>
imo pkgs.runCommand should be pkgs.runCommandLocal I don't think your caching the package anywhere. will also make running the command slightly faster
to add a bit to my point. some people may have a number of caches, for example i have 15... i've also seen people with 8 here. this makes this pkgs.runCommand quite slow as oppose to pkgs.runCommandLocal since it doesn't have to contact the caches to see if they have the derivation. since it should build relatively quickly so it shouldn't be too detrimental to remove the cache query from it.
Picked the change Isabel suggested into master.
expand 1 commit
hide 1 commit
Signed-off-by: Winter <winter@winter.cafe>
Oh okay.