Commit Graph

22 Commits

Author SHA1 Message Date
leo
857669ca9a
flake(shell): add cachix
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-13 22:10:26 +01:00
leo
289280a9e5
chore(readme,flake): update descriptions [skip ci] 2023-01-13 22:06:57 +01:00
leo
9645a252d0
flake(shell): don't add golangci-lint to env
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-12 23:18:25 +01:00
leo
7d3cd18ff2
flake(go): use go_1_18 everywhere
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-12 23:17:37 +01:00
leo
390fe9b4da
flake(shell): comment out GOPROXY = "direct"
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-12 23:16:21 +01:00
leo
68b14f9960
chore: add all updates, sort out later
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-24 11:30:22 +01:00
c3b9ddee27
flake: tweak nix-filter's list of excludes
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-10 23:40:16 +02:00
6c56c34183
flake: stop overriding non-existent input attrset
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-10 22:32:55 +02:00
7951b4d85a
flake: set math-optim root to self
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-22 16:27:44 +02:00
90f71c2eaf
flake: stop setting modSha256
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-22 16:14:57 +02:00
18d022c851
flake: set GOFLAGS
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-12 21:45:26 +02:00
b55de0a357
flake(upcache): cache all outputs
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-12 21:42:00 +02:00
284b0af647
flake: add files to exclude list
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-12 20:48:02 +02:00
989e2796fe
flake: rm golangci-lint from devShells
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-03 17:53:20 +02:00
64c6083283
flake: add gogen ad-hoc cmd
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-20 17:34:48 +02:00
faaf19b73f
flake: allow building for {x86_64,aarch64}-darwin
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-20 15:58:44 +02:00
c0d8f8e6e8
go(algo): rework the plotting func, add util.go
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-20 03:32:48 +02:00
86226ac76f
fix(go): RandomSearch -> RandomSearchNG
All checks were successful
continuous-integration/drone/push Build is passing
that is, a next-gen (actually working) version of the algo...
also rm the attempt at plotting before another rework.
2022-06-20 03:04:59 +02:00
5b7c0a16a4
go: add plotting capability
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-18 05:27:10 +02:00
8ea9e5faf7
flake: allow GOPROXY var default for nix build
All checks were successful
continuous-integration/drone/push Build is passing
...mainly due to arbitrarily failing ci builds, as this doesn't appear
to affect local builds/nix builds on remote builders, just fresh builds
in the ci.
the explanation for why this is happening might be that certain package
VCS's don't allow many/frequent connections from IP ranges other than
GOPROXY's (Google's).
that is sheer speculation, though.
however, it is still true that there are "no" failed ci builds with
GOPROXY env var set to its default value (left untouched), which does
indeed indicate that the above mentioned might be the root cause of the
issue after all.
2022-06-25 00:28:34 +02:00
b3787da640
go: implement RandomSearch (wip)
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 01:54:30 +02:00
43b9d611a2
initial commit 2022-06-14 16:46:11 +02:00