tangled
alpha
login
or
join now
isabelroses.com
/
blahaj
1
fork
atom
silly goober bot
1
fork
atom
overview
issues
pulls
pipelines
chore(nix): add extra deps
isabelroses.com
2 years ago
1779bea5
fe5d8df3
+3
-1
1 changed file
expand all
collapse all
unified
split
shell.nix
+3
-1
shell.nix
···
1
1
{
2
2
clippy,
3
3
rustfmt,
4
4
+
kittysay,
5
5
+
cargo-shear,
4
6
callPackage,
5
7
rust-analyzer,
6
6
-
kittysay,
7
8
}:
8
9
let
9
10
mainPkg = callPackage ./default.nix { };
···
14
15
clippy
15
16
rustfmt
16
17
rust-analyzer
18
18
+
cargo-shear
17
19
18
20
# runtime things for testing
19
21
kittysay