tangled
alpha
login
or
join now
m1emi1em.dev
/
nixos-flake
1
fork
atom
Personal NixOS flake
1
fork
atom
overview
issues
pulls
pipelines
fix: change bb-scripts to github source for now
m1emi1em.dev
5 months ago
39d8c6cf
8c7f857a
+10
-10
2 changed files
expand all
collapse all
unified
split
flake.lock
flake.nix
+9
-9
flake.lock
···
31
31
]
32
32
},
33
33
"locked": {
34
34
-
"lastModified": 1743910829,
35
35
-
"narHash": "sha256-91wtxhgH65CBHBhXhB2q8sTLMvm1J67FofouFtAdLk4=",
36
36
-
"ref": "refs/heads/main",
37
37
-
"rev": "8102e67e881e5020729425fab003dc5c515dd6c0",
38
38
-
"revCount": 22,
39
39
-
"type": "git",
40
40
-
"url": "http://emerald.localdomain:32768/m1emi1em/bb-scripts.git"
34
34
+
"lastModified": 1747683826,
35
35
+
"narHash": "sha256-T5yG0HM01QBnnhFqYtWwM/RS56yE/L9oOTr+IIgdRAM=",
36
36
+
"owner": "m1emi1em",
37
37
+
"repo": "bb-scripts",
38
38
+
"rev": "99a2b24a6f66eb84bd0a1903ccda1fc1fbd2e3f1",
39
39
+
"type": "github"
41
40
},
42
41
"original": {
43
43
-
"type": "git",
44
44
-
"url": "http://emerald.localdomain:32768/m1emi1em/bb-scripts.git"
42
42
+
"owner": "m1emi1em",
43
43
+
"repo": "bb-scripts",
44
44
+
"type": "github"
45
45
}
46
46
},
47
47
"catppuccin": {
+1
-1
flake.nix
···
19
19
agenix.url = "github:ryantm/agenix";
20
20
21
21
bb-scripts = {
22
22
-
url ="git+http://emerald.localdomain:32768/m1emi1em/bb-scripts.git";
22
22
+
url ="github:m1emi1em/bb-scripts";
23
23
inputs.nixpkgs.follows = "nixpkgs";
24
24
inputs.flake-parts.follows = "flake-parts";
25
25
};