about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/atuin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/atuin.nix b/sys/atuin.nix
index 4f61f29538c9..85ec8acd5a42 100644
--- a/sys/atuin.nix
+++ b/sys/atuin.nix
@@ -228,6 +228,7 @@
         remove-suffix=1
         root-desc=Alyssa Ross's personal Git repositories
         root-title=git.qyliss.net
+        snapshots=all
         about-filter=${pkgs.cgit}/lib/cgit/filters/about-formatting.sh
         source-filter=${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py
         virtual-root=/
@@ -403,6 +404,7 @@
         root-desc=Web interface for Spectrum source code
         root-readme=${spectrumReadme}
         root-title=Spectrum Git Repository Browser
+        snapshots=all
         about-filter=${pkgs.cgit}/lib/cgit/filters/about-formatting.sh
         source-filter=${pkgs.runCommandNoCC "source-filter.py" {
           nativeBuildInputs = with pkgs; with python3.pkgs; [ wrapPython ];