Compare commits

...

2 commits

Author SHA1 Message Date
8d3664ceec
Infini-FRAMEWORK: disable gc for NixCon 2025-09-05 05:17:23 -04:00
36918f1e52
bump: private 2025-09-05 05:17:15 -04:00
2 changed files with 6 additions and 4 deletions

8
flake.lock generated
View file

@ -750,11 +750,11 @@
},
"private": {
"locked": {
"lastModified": 1754018037,
"narHash": "sha256-zG6wWTKBorCaFvD8X0jQV8R6JLuJ/NBEDTo2GAE7v1g=",
"lastModified": 1757050225,
"narHash": "sha256-LCcvMLNG3BV+CmquFOFCp6QfkpqMl1TOMNYaW+I6b1I=",
"ref": "refs/heads/master",
"rev": "31e2ac721e711ba2e8fe7af135beeaf3aac4ce23",
"revCount": 60,
"rev": "6e26f87e012d90ecf28e13d67192074e6dcdce49",
"revCount": 62,
"type": "git",
"url": "ssh://git@github.com/Infinidoge/universe-private"
},

View file

@ -91,4 +91,6 @@
};
#networking.proxy.default = "http://infini-dl360.tailnet.inx.moe:8118";
nix.gc.automatic = false; # Disable for NixCon
}