depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-08
r/7876
refactor(tvix/nix-compat): move handshake function to nix-compat
Picnoir
4
-158
/
+21
2024-04-08
r/7875
refactor(tvix/nix-compat/wire): express magics as u64
Florian Klink
1
-13
/
+10
2024-04-08
r/7874
refactor(tvix/nix-compat/wire): move magic bytes to worker_protocol
Florian Klink
1
-9
/
+11
2024-04-08
r/7873
feat(tvix/nix-compat/wire): have write_bytes accept AsRef<[u8]> payloads
Florian Klink
1
-1
/
+1
2024-04-07
r/7868
feat(users/picnoir/tvix-daemon): implement set_options operation
Picnoir
1
-9
/
+52
2024-04-07
r/7859
fix(aspen/system): Fix and reenable system build
Aspen Smith
1
-4
/
+0
2024-04-06
r/7858
chore(3p/sources): Bump channels & overlays
sterni
1
-2
/
+1
2024-04-06
r/7857
feat(tvix/nix-compat/wire): introduce BytesWriter
Florian Klink
2
-4
/
+22
2024-04-05
r/7855
feat(tazjin/khamovnik): enable docker
Vincent Ambo
1
-0
/
+2
2024-04-05
r/7853
feat(tazjin/homepage): add link to volgasprint
Vincent Ambo
1
-0
/
+10
2024-04-03
r/7849
chore(users/picnoir/tvix-daemon): apply clippy suggestions
Picnoir
1
-3
/
+3
2024-04-03
r/7847
feat(users/picnoir/tvix-daemon): add log verbosity flag
Picnoir
3
-20
/
+18
2024-04-03
r/7846
refactor(tvix/nix-compat): drop read_u32
Picnoir
1
-2
/
+2
2024-04-03
r/7845
feat(users/picnoir/tvix-daemon): parse up to the operation
Picnoir
1
-11
/
+32
2024-04-03
r/7843
feat(tvix/nix-compat): introduce write_bytes
Picnoir
1
-1
/
+17
2024-04-03
r/7842
chore(users/flokli/nixos): restore archeology-ec2 build
Florian Klink
1
-1
/
+2
2024-03-31
r/7837
chore(3p/sources): bump channels & overlays – xz edition
sterni
7
-13
/
+13
2024-03-31
r/7836
chore(3p/nixpkgs): try disabling Emacs overlay
Vincent Ambo
1
-1
/
+1
2024-03-31
r/7833
feat(aspen/system): Install patdiff
Aspen Smith
1
-0
/
+1
2024-03-31
r/7832
fix(aspen/system): Use suspend-then-hibernate for lid close
Aspen Smith
1
-1
/
+2
2024-03-31
r/7831
feat(aspen/system): Weather in i3status bar
Aspen Smith
3
-108
/
+123
2024-03-31
r/7830
feat(aspen/system): Add lusca
Aspen Smith
4
-0
/
+185
2024-03-31
r/7824
feat(aspen/system): Make battery index configurable
Aspen Smith
2
-7
/
+7
2024-03-31
r/7821
chore(aspen/system): More default module cleanup
Aspen Smith
1
-3
/
+0
2024-03-31
r/7820
chore(aspen/system): Don't install xonotic on every system
Aspen Smith
1
-12
/
+2
2024-03-31
r/7819
chore(aspen/system): Don't install games+obs on all machines
Aspen Smith
2
-2
/
+2
2024-03-31
r/7818
chore(aspen/system): Don't setup kube stuff on every machine
Aspen Smith
1
-1
/
+0
2024-03-31
r/7817
chore(aspen/system): Update for deprecated home-manager option
Aspen Smith
1
-1
/
+1
2024-03-31
r/7816
feat(aspen/system): Use space as vim leader
Aspen Smith
1
-1
/
+1
2024-03-31
r/7815
chore(aspen/system): Drop custom battery service in favor of upower
Aspen Smith
2
-39
/
+14
2024-03-31
r/7814
fix(aspen/home): Remove ssh match block configuration
Aspen Smith
1
-25
/
+0
2024-03-31
r/7813
feat(aspen/system): Switch linux user login to aspen
Aspen Smith
17
-30
/
+30
2024-03-31
r/7812
fix(aspen/system): Remove buildkite agent on ogopogo
Aspen Smith
1
-42
/
+0
2024-03-31
r/7811
chore(aspen/web): Show's over
Aspen Smith
1
-1
/
+0
2024-03-31
r/7810
chore(aspen/emacs): Scrub all result blocks
Aspen Smith
1
-139
/
+2
2024-03-31
r/7809
feat(aspen/emacs): Actually require tvl
Aspen Smith
1
-0
/
+6
2024-03-31
r/7808
feat(aspen/system): Always authorize my main ssh key
Aspen Smith
2
-5
/
+7
2024-03-31
r/7807
feat(aspen/emacs): Update from lusca
Aspen Smith
4
-23
/
+146
2024-03-31
r/7804
chore(tazjin/tgsa): bump all dependencies
Vincent Ambo
1
-158
/
+209
2024-03-29
r/7803
feat(users/picnoir): drop tvix-store crate usage
Florian Klink
3
-8434
/
+108
2024-03-27
r/7784
feat(tvix/nix-compat): worker protocol operation parser
Picnoir
2
-7
/
+67
2024-03-25
r/7781
feat(users/picnoir/tvix-daemon): implement full handshake
Picnoir
1
-2
/
+58
2024-03-24
r/7771
fix(aspen/system): Fix whitby ssh username
Aspen Smith
1
-1
/
+1
2024-03-24
r/7770
feat(aspen/system): Reenable iso build
Aspen Smith
1
-4
/
+1
2024-03-24
r/7769
feat(users/Profpatsch/whatcd-resolver): factor out handlers
Profpatsch
1
-120
/
+168
2024-03-23
r/7766
feat(users/Profpatsch/whatcd-resolver): trace http requests
Profpatsch
10
-42
/
+201
2024-03-23
r/7765
feat(users/Profpatsch/MyPrelude): add Pretty module
Profpatsch
7
-4
/
+115
2024-03-23
r/7762
chore(users/Profpatsch/whatcd-resolver): JsonLd module
Profpatsch
4
-116
/
+140
2024-03-23
r/7761
chore(users/Profpatsch/whatcd-resolver): Transmission & Redacted
Profpatsch
5
-732
/
+858
2024-03-22
r/7759
docs(users/picnoir/tvix-daemon): update readme shell
Picnoir
1
-1
/
+3
[next]