This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
colmena
Watch
12
Star
0
Fork
You've already forked colmena
1
Code
Issues
6
Pull requests
2
Projects
Releases
Packages
Wiki
Activity
e9487ced9e
colmena
/
shell.nix
8 lines
105 B
Nix
Raw
Normal View
History
Unescape
Escape
Also add Nix environment
2020-12-16 05:58:39 +01:00
let
Target stable toolchain
2021-02-10 09:39:25 +01:00
pkgs
=
import
./pkgs.nix
;
Also add Nix environment
2020-12-16 05:58:39 +01:00
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
]
;
}
Reference in a new issue
Copy permalink