tangled
alpha
login
or
join now
thecoded.prof
/
shells
0
fork
atom
A collection of easily useable/reusable nilla shells
0
fork
atom
overview
issues
pulls
pipelines
chore: shorthand inputs
thecoded.prof
2 weeks ago
f01178a3
772aba2a
verified
This commit was signed with the committer's
known signature
.
thecoded.prof
SSH Key Fingerprint:
SHA256:ePn0u8NlJyz3J4Zl9MHOYW3f4XKoi5K1I4j53bwpG0U=
+2
-6
1 changed file
expand all
collapse all
unified
split
nilla.nix
+2
-6
nilla.nix
···
8
8
{
9
9
config = {
10
10
inputs = {
11
11
-
fenix = {
12
12
-
src = pins.fenix;
13
13
-
};
11
11
+
fenix.src = pins.fenix;
14
12
nixpkgs = {
15
13
src = pins.nixpkgs;
16
14
···
18
16
config.inputs.fenix.result.overlays.default
19
17
];
20
18
};
21
21
-
treefmt-nix = {
22
22
-
src = pins.treefmt-nix;
23
23
-
};
19
19
+
treefmt-nix.src = pins.treefmt-nix;
24
20
};
25
21
26
22
packages.treefmt = {