tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
chore: wrappers nixpkgs input follow nixpkgs input
nel.pet
3 months ago
4d50bd5a
e15a22a1
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+7
-18
2 changed files
expand all
collapse all
unified
split
flake.lock
flake.nix
+3
-17
flake.lock
···
37
37
"type": "github"
38
38
}
39
39
},
40
40
-
"nixpkgs_2": {
41
41
-
"locked": {
42
42
-
"lastModified": 1758690382,
43
43
-
"narHash": "sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o=",
44
44
-
"owner": "NixOS",
45
45
-
"repo": "nixpkgs",
46
46
-
"rev": "e643668fd71b949c53f8626614b21ff71a07379d",
47
47
-
"type": "github"
48
48
-
},
49
49
-
"original": {
50
50
-
"owner": "NixOS",
51
51
-
"ref": "nixos-unstable",
52
52
-
"repo": "nixpkgs",
53
53
-
"type": "github"
54
54
-
}
55
55
-
},
56
40
"root": {
57
41
"inputs": {
58
42
"home-manager": "home-manager",
···
62
46
},
63
47
"wrappers": {
64
48
"inputs": {
65
65
-
"nixpkgs": "nixpkgs_2"
49
49
+
"nixpkgs": [
50
50
+
"nixpkgs"
51
51
+
]
66
52
},
67
53
"locked": {
68
54
"lastModified": 1763233857,
+4
-1
flake.nix
···
7
7
url = "github:nix-community/home-manager/master";
8
8
inputs.nixpkgs.follows = "nixpkgs";
9
9
};
10
10
-
wrappers.url = "github:lassulus/wrappers";
10
10
+
wrappers = {
11
11
+
url = "github:lassulus/wrappers";
12
12
+
inputs.nixpkgs.follows = "nixpkgs";
13
13
+
};
11
14
};
12
15
13
16
outputs = {