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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-30
r/7092
fix(sterni/mod/minecraft-fabric): correctly set service enable opt
sterni
1
-1
/
+1
2023-11-30
r/7091
fix(sterni/edwin): launch mirror jobs after network-online.target
sterni
1
-1
/
+1
2023-11-30
r/7090
fix(nix/readTree): Fix typo in docs
Aspen Smith
1
-1
/
+1
2023-11-30
r/7089
chore(grfn/system): Death to kolide
Aspen Smith
4
-53
/
+0
2023-11-29
r/7088
fix(3p/nixpkgs): pin tpm2-pkcs11 to version from stable channel
Vincent Ambo
1
-0
/
+3
2023-11-28
r/7087
fix(tvix/nar-bridge): drop pathinfoservice
Florian Klink
3
-356
/
+0
2023-11-28
r/7086
feat(tvix/store/pathinfosvc/nix_http): allow configuring pubkeys
Florian Klink
1
-6
/
+28
2023-11-28
r/7085
feat(tvix/store/pathinfosvc): add signature verification
Florian Klink
1
-1
/
+33
2023-11-28
r/7084
feat(nix-compat/narinfo): add PubKey::verify(fp, sig)
Florian Klink
1
-0
/
+32
2023-11-28
r/7083
feat(nix-compat/narinfo): add PubKey
Florian Klink
2
-0
/
+119
2023-11-28
r/7082
refactor(nix-compat/narinfo/signature): rename Error type
Florian Klink
2
-9
/
+7
2023-11-28
r/7081
feat(tvix/store/pathinfosvc/nix_http): check Nar{Size,Hash} matches
Florian Klink
1
-13
/
+84
2023-11-28
r/7080
fix(tvix/store/fs): don't panic on PathInfoService error
Florian Klink
1
-11
/
+9
2023-11-28
r/7079
refactor(tazjin/emacs): move global-mode-line info into tab-bar
Vincent Ambo
3
-39
/
+7
2023-11-27
r/7078
chore(ops): move from gerrit-queue to gerrit-autosubmit
Vincent Ambo
5
-57
/
+46
2023-11-27
r/7077
feat(ops/gerrit-autosubmit): init simple gerrit autosubmitter
Vincent Ambo
5
-0
/
+515
2023-11-27
r/7076
chore(3p/sources): bump channels & overlays (2023-11-27)
Vincent Ambo
4
-23
/
+25
2023-11-27
r/7075
fix(nix-compat/narinfo/signature): validate name field
Florian Klink
1
-2
/
+15
2023-11-27
r/7074
fix(nix-compat/narinfo): don't panic trying to parse signatures
Florian Klink
1
-6
/
+13
2023-11-27
r/7073
refactor(nix-compat): use ed25519_dalek::SIGNATURE_LENGTH
Florian Klink
1
-8
/
+9
2023-11-26
r/7072
feat(tazjin/emacs): i3-style jumping back&forth for tab-bar-mode
Vincent Ambo
1
-1
/
+15
2023-11-26
r/7071
fix(ops/modules/irccat): recursively merge config attribute set
sterni
1
-1
/
+1
2023-11-26
r/7070
feat(sterni/ingeborg): enable btrfs auto scrub
sterni
4
-26
/
+28
2023-11-25
r/7069
feat(sterni/machines/ingeborg): boot-strap
sterni
3
-0
/
+153
2023-11-25
r/7068
chore(sterni/edwin): allow 10G of logs (there's enough space)
sterni
1
-1
/
+1
2023-11-25
r/7067
refactor(sterni/edwin): move generic settings into module
sterni
2
-64
/
+81
2023-11-25
r/7066
feat(users/flokli/archivist): init
Florian Klink
2
-0
/
+29
2023-11-25
r/7065
refactor(tvix/eval): use `or_default` helper in entry API
Vincent Ambo
1
-3
/
+1
2023-11-25
r/7064
fix(tvix): ensure PartialOrd/Ord agree for StorePath & NixString
Vincent Ambo
2
-2
/
+2
2023-11-25
r/7063
fix(whitby): disable gerrit-queue due to b/333
Vincent Ambo
1
-1
/
+2
2023-11-25
r/7062
chore(tazjin/emacs): remove all workspace related functionality
Vincent Ambo
2
-191
/
+1
2023-11-25
r/7061
feat(tazjin/emacs): initial tab-bar-mode configuration
Vincent Ambo
2
-3
/
+23
2023-11-25
r/7060
feat(tazjin/emacs): dynamically assign EXWM workspaces to monitors
Vincent Ambo
1
-2
/
+37
2023-11-25
r/7059
fix(3p/exwm): re-enable chromium focus workaround
Vincent Ambo
1
-3
/
+3
2023-11-25
r/7058
feat(tazjin/emacs): add a monitor focus switch shortcut
Vincent Ambo
1
-0
/
+14
2023-11-25
r/7057
fix(tazjin/emacs): pick new primary monitor when disabling current
Vincent Ambo
1
-3
/
+15
2023-11-25
r/7056
feat(tazjin/emacs): add interactive commands for configuring screens
Vincent Ambo
1
-0
/
+52
2023-11-25
r/7055
refactor(tvix/eval): add ThunkRepr::is_forced()
Adam Joseph
1
-5
/
+9
2023-11-25
r/7054
feat(tvix/eval): add Thunk::unwrap_or_clone()
Adam Joseph
1
-1
/
+34
2023-11-24
r/7053
fix(tvix/castore): correctly flag unreachable code
sterni
1
-1
/
+1
2023-11-24
r/7052
docs(tvix/eval): optimization potential for inherit (from) exprs
sterni
1
-0
/
+19
2023-11-22
r/7051
feat(tvix/store): add as_narinfo() for PathInfo
Florian Klink
2
-2
/
+106
2023-11-22
r/7050
feat(nix-compat/narinfo/signature): add new() constructor
Florian Klink
1
-0
/
+5
2023-11-22
r/7049
refactor(tvix/store): impl From<&nar_info::Ca> for nixhash::CAHash
Florian Klink
1
-0
/
+62
2023-11-22
r/7048
refactor(tvix/store): impl From<nixhash::CAHash> for nar_info::Ca
Florian Klink
1
-16
/
+25
2023-11-22
r/7047
refactor(tvix/nix-compat): move from_name_and_digest to StorePathRef
Florian Klink
2
-13
/
+11
2023-11-22
r/7046
feat(nix-compat/narinfo): drop .drv from Narinfo.deriver field
Florian Klink
2
-16
/
+16
2023-11-22
r/7045
refactor(tvix/nix-compat): cleanup parse_{ca,hash} and fmt structs
Florian Klink
6
-97
/
+83
2023-11-22
r/7044
fix(3p/exwm): fix EXWM build with depot sources
Vincent Ambo
3
-4
/
+16
2023-11-19
r/7043
feat(tvix/nix-compat/narinfo): add fingerprint
Florian Klink
2
-0
/
+64
[next]