+13
.prettierignore
+10
.prettierrc
+5
.tangled/workflows/fmt.yml
+6
flake.nix
History
6 rounds
4 comments
1 commit
expand
collapse
Signed-off-by: Winter <winter@winter.cafe>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Winter <winter@winter.cafe>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Winter <winter@winter.cafe>
expand 4 comments
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.
1 commit
expand
collapse
Signed-off-by: Winter <winter@winter.cafe>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Winter <winter@winter.cafe>
expand 0 comments
1 commit
expand
collapse
Signed-off-by: Winter <winter@winter.cafe>
Oh okay.