tangled
alpha
login
or
join now
ptr.pet
/
ark
3
fork
atom
nix machine / user configurations
3
fork
atom
overview
issues
pulls
pipelines
change git email stuff
ptr.pet
3 months ago
db00b34d
9c7bf2e9
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
+8
-9
3 changed files
expand all
collapse all
unified
split
_sources
generated.json
generated.nix
users
modules
git
default.nix
+3
-3
_sources/generated.json
···
32
32
"fetchSubmodules": false,
33
33
"leaveDotGit": false,
34
34
"name": null,
35
35
-
"rev": "00bc18c0a7c74fcf3a8f0ede70e5ee3f3f7d7797",
36
36
-
"sha256": "sha256-4TbxOa4V13/WspjKyfKDguKoIDVKRogOa+Rl0bSg2/U=",
35
35
+
"rev": "b42a0251ec0648d7f9dc0b3033811a5fa4168d39",
36
36
+
"sha256": "sha256-uPNpQxAYAwXHrWCo2VncbjT6OJbAX80jFdcslu8q7dQ=",
37
37
"sparseCheckout": [],
38
38
"type": "git",
39
39
"url": "https://tangled.org/@ptr.pet/endpoint"
40
40
},
41
41
-
"version": "00bc18c0a7c74fcf3a8f0ede70e5ee3f3f7d7797"
41
41
+
"version": "b42a0251ec0648d7f9dc0b3033811a5fa4168d39"
42
42
},
43
43
"clickee-proxy": {
44
44
"cargoLocks": null,
+3
-3
_sources/generated.nix
···
15
15
};
16
16
blog = {
17
17
pname = "blog";
18
18
-
version = "00bc18c0a7c74fcf3a8f0ede70e5ee3f3f7d7797";
18
18
+
version = "b42a0251ec0648d7f9dc0b3033811a5fa4168d39";
19
19
src = fetchgit {
20
20
url = "https://tangled.org/@ptr.pet/endpoint";
21
21
-
rev = "00bc18c0a7c74fcf3a8f0ede70e5ee3f3f7d7797";
21
21
+
rev = "b42a0251ec0648d7f9dc0b3033811a5fa4168d39";
22
22
fetchSubmodules = false;
23
23
deepClone = false;
24
24
leaveDotGit = false;
25
25
sparseCheckout = [ ];
26
26
-
sha256 = "sha256-4TbxOa4V13/WspjKyfKDguKoIDVKRogOa+Rl0bSg2/U=";
26
26
+
sha256 = "sha256-uPNpQxAYAwXHrWCo2VncbjT6OJbAX80jFdcslu8q7dQ=";
27
27
};
28
28
date = "2025-12-01";
29
29
};
+2
-3
users/modules/git/default.nix
···
1
1
{ pkgs, ... }:
2
2
let
3
3
-
personal = import ../../../personal.nix;
4
4
-
name = personal.name;
5
5
-
email = personal.emails.primary;
3
3
+
name = "dawn";
4
4
+
email = "90008@gaze.systems";
6
5
in
7
6
{
8
7
programs.git = {