This website requires JavaScript.
Explore
Help
Register
Sign in
ecoppens
/
colmena
Watch
1
Star
0
Fork
You've already forked colmena
0
forked from
DGNum/colmena
Code
Pull requests
Activity
b3d84703f3
colmena
/
shell.nix
8 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
Also add Nix environment
2020-12-16 05:58:39 +01:00
let
pkgs
=
import
./pkgs.nix
{
}
;
in
pkgs
.
mkShell
{
Fix Rust pinning
2020-12-18 10:57:32 +01:00
buildInputs
=
[
(
import
./default.nix
{
}
)
Also add Nix environment
2020-12-16 05:58:39 +01:00
]
;
}
Copy permalink