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
{
2
clippy,
3
rustfmt,
0
0
4
callPackage,
5
rust-analyzer,
6
-
kittysay,
7
}:
8
let
9
mainPkg = callPackage ./default.nix { };
···
14
clippy
15
rustfmt
16
rust-analyzer
0
17
18
# runtime things for testing
19
kittysay
···
1
{
2
clippy,
3
rustfmt,
4
+
kittysay,
5
+
cargo-shear,
6
callPackage,
7
rust-analyzer,
0
8
}:
9
let
10
mainPkg = callPackage ./default.nix { };
···
15
clippy
16
rustfmt
17
rust-analyzer
18
+
cargo-shear
19
20
# runtime things for testing
21
kittysay