tangled
alpha
login
or
join now
matthew-hre.com
/
flake
0
fork
atom
My NixOS configuration (mirror)
0
fork
atom
overview
issues
pulls
pipelines
fix: node-modules-gc now under services
matthew-hre.com
7 months ago
38a9875c
3f96cf37
+4
-4
2 changed files
expand all
collapse all
unified
split
flake.lock
home
default.nix
+3
-3
flake.lock
···
382
382
"nixpkgs": "nixpkgs_4"
383
383
},
384
384
"locked": {
385
385
-
"lastModified": 1754249103,
386
386
-
"narHash": "sha256-siNc08VwQUo8iYbUwGGs31gcW2qtpt46kfZa6P8mrd0=",
385
385
+
"lastModified": 1754261271,
386
386
+
"narHash": "sha256-6kprzze5TWS+V//u0jwCEso0iTZ9A/ayrXxFALadzhg=",
387
387
"owner": "matthew-hre",
388
388
"repo": "node-modules-gc",
389
389
-
"rev": "df2a82f00c389794454aed26942b1c33d1345145",
389
389
+
"rev": "07932cdfaa8d74ba754d42999410de3270a37aec",
390
390
"type": "github"
391
391
},
392
392
"original": {
+1
-1
home/default.nix
···
79
79
};
80
80
};
81
81
82
82
-
nodeModules.gc = {
82
82
+
services.nodeModules.gc = {
83
83
enable = true;
84
84
directories = ["$HOME/Projects"];
85
85
olderThanDays = 14;