Compare commits

..

2 Commits

Author SHA1 Message Date
ea9cb09550
update 2025-12-05 23:55:58 -05:00
e8b4bc6b81
nix: add gc 2025-12-05 23:22:11 -05:00
2 changed files with 20 additions and 13 deletions

View File

@ -86,6 +86,13 @@
nix = { nix = {
# optimize the store # optimize the store
optimise.automatic = true; optimise.automatic = true;
# garbage collection
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
}; };
hardware.intelgpu.driver = "xe"; hardware.intelgpu.driver = "xe";

26
flake.lock generated
View File

@ -314,11 +314,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764956344, "lastModified": 1764968936,
"narHash": "sha256-bMOFkfh/8NksYfeM0tTTp8wp+KgbHjIvkbVn1aMWrmc=", "narHash": "sha256-1L7UhoGnSOfAGvbH4+W9oILqqmrAqZCg2KDx7hBKQdE=",
"owner": "ggml-org", "owner": "ggml-org",
"repo": "llama.cpp", "repo": "llama.cpp",
"rev": "8160b38a5fa8a25490ca33ffdd200cda51405688", "rev": "933414c0b6f21af269bdb4fa2fa1b257b9c0fc53",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -336,11 +336,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764900372, "lastModified": 1764986396,
"narHash": "sha256-kTXDohz28PWDyjH+7O6UkXtKwaP0JkCmjMTLc/wbjmk=", "narHash": "sha256-HYBvpziKGvKY/XfMCBRCTuUUqhPWjWiWaPthIsPzGDk=",
"owner": "Infinidoge", "owner": "Infinidoge",
"repo": "nix-minecraft", "repo": "nix-minecraft",
"rev": "777ee6af79272a1302815a2ea62b2a951aa9a6fe", "rev": "70b931d67256ad7ebfced45ed797c016943bbff2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -593,11 +593,11 @@
"trackerlist": { "trackerlist": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1764889828, "lastModified": 1764976075,
"narHash": "sha256-VRAYr+2qOURhc2gq4hxoCmfm7Ympi89C/jSoD5zCLSU=", "narHash": "sha256-X8SOqqlaTWsCoU/Pfe9oEF7J8E+aKD7ZFwcfZxNMr5M=",
"owner": "ngosang", "owner": "ngosang",
"repo": "trackerslist", "repo": "trackerslist",
"rev": "69ad1a065cb355b8619a7ea3961f98a832faa661", "rev": "12fcc52a33d87b84b83e0b9c7671c62cf3906874",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -662,11 +662,11 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1764961869, "lastModified": 1764996871,
"narHash": "sha256-JPGOm+iHkAo3sQMpbcj1825m8nKwVb28ESExHEW0VTI=", "narHash": "sha256-mYwXqLQ+sBGkUT4WrEJs6WjorkcV5m+x8gUk1JJrB5g=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "dab002bd1585b0b4390dda8ecd47e2b614afc393", "rev": "41b50eb893537d46b99fdb5e38338d0698a16f42",
"revCount": 1114, "revCount": 1127,
"type": "git", "type": "git",
"url": "https://git.gardling.com/titaniumtown/YTBN-Graphing-Software" "url": "https://git.gardling.com/titaniumtown/YTBN-Graphing-Software"
}, },