tangled
alpha
login
or
join now
hauleth.dev
/
dotfiles
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
chore: update Lix
hauleth.dev
11 months ago
001cf8cb
697b72e9
verified
This commit was signed with the committer's
known signature
.
hauleth.dev
SSH Key Fingerprint:
SHA256:1hEP8QO8nM2KQfQ8jK4Q19y/CmqVZQI/cNSht3c1QlI=
+11
-12
3 changed files
expand all
collapse all
unified
split
flake.lock
flake.nix
modules
common.nix
+10
-10
flake.lock
reviewed
···
284
284
"lix": {
285
285
"flake": false,
286
286
"locked": {
287
287
-
"lastModified": 1737234286,
288
288
-
"narHash": "sha256-pgDJZjj4jpzkFxsqBTI/9Yb0n3gW+DvDtuv9SwQZZcs=",
289
289
-
"rev": "079528098f5998ba13c88821a2eca1005c1695de",
287
287
+
"lastModified": 1746827285,
288
288
+
"narHash": "sha256-hsFe4Tsqqg4l+FfQWphDtjC79WzNCZbEFhHI8j2KJzw=",
289
289
+
"rev": "47aad376c87e2e65967f17099277428e4b3f8e5a",
290
290
"type": "tarball",
291
291
-
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/079528098f5998ba13c88821a2eca1005c1695de.tar.gz?rev=079528098f5998ba13c88821a2eca1005c1695de"
291
291
+
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/47aad376c87e2e65967f17099277428e4b3f8e5a.tar.gz?rev=47aad376c87e2e65967f17099277428e4b3f8e5a"
292
292
},
293
293
"original": {
294
294
"type": "tarball",
295
295
-
"url": "https://git.lix.systems/lix-project/lix/archive/release-2.92.tar.gz"
295
295
+
"url": "https://git.lix.systems/lix-project/lix/archive/2.93.0.tar.gz"
296
296
}
297
297
},
298
298
"lix-module": {
···
305
305
]
306
306
},
307
307
"locked": {
308
308
-
"lastModified": 1742943028,
309
309
-
"narHash": "sha256-fprwZKE1uMzO9tiWWOrmLWBW3GPkMayQfb0xOvVFIno=",
310
310
-
"rev": "868d97695bab9d21f6070b03957bcace249fbe3c",
308
308
+
"lastModified": 1746838955,
309
309
+
"narHash": "sha256-11R4K3iAx4tLXjUs+hQ5K90JwDABD/XHhsM9nkeS5N8=",
310
310
+
"rev": "cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc",
311
311
"type": "tarball",
312
312
-
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/868d97695bab9d21f6070b03957bcace249fbe3c.tar.gz?rev=868d97695bab9d21f6070b03957bcace249fbe3c"
312
312
+
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc.tar.gz?rev=cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc"
313
313
},
314
314
"original": {
315
315
"type": "tarball",
316
316
-
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz"
316
316
+
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz"
317
317
}
318
318
},
319
319
"neorg": {
+1
-1
flake.nix
reviewed
···
20
20
};
21
21
22
22
lix-module = {
23
23
-
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz";
23
23
+
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz";
24
24
inputs.nixpkgs.follows = "nixpkgs";
25
25
};
26
26
-1
modules/common.nix
reviewed
···
25
25
experimental-features = [
26
26
"nix-command"
27
27
"flakes"
28
28
-
"repl-flake"
29
28
];
30
29
};
31
30