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
ee52032e4c
colmena
/
shell.nix
8 lines
105 B
Nix
Raw
Normal View
History
Unescape
Escape
Also add Nix environment
2020-12-15 20:58:39 -08:00
let
Target stable toolchain
2021-02-10 00:39:25 -08:00
pkgs
=
import
./pkgs.nix
;
Also add Nix environment
2020-12-15 20:58:39 -08:00
in
pkgs
.
mkShell
{
Fix Rust pinning
2020-12-18 01:57:32 -08:00
buildInputs
=
[
(
import
./default.nix
{
}
)
Also add Nix environment
2020-12-15 20:58:39 -08:00
]
;
}
Copy permalink