Fixes fetchGit glitch maybe?

This commit is contained in:
Emmet
2025-02-23 15:50:26 -06:00
parent a1044a90b0
commit d5a354a0df
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
{
config = {
# Packages
environment.systemPackages = with pkgs; [ git ];
# Journal
services.journald.extraConfig = "SystemMaxUse=50M\nSystemMaxFiles=5";
services.journald.rateLimitBurst = 500;

View File

@@ -45,7 +45,7 @@ in {
pname = "ultra-scroll";
version = "0.2.0";
src = fetchGit {
src = builtins.fetchGit {
url = "https://github.com/jdtsmith/ultra-scroll.git";
rev = "64ad7be02e11317576498dabb15c92cf31e2c04c";
ref = "main";