This website requires JavaScript.
Explore
Help
Sign In
vbrandl
/
hoc
Watch
1
Star
0
Fork
0
You've already forked hoc
Code
Issues
1
Pull Requests
Actions
Projects
Releases
Wiki
Activity
7276da90b7
hoc
/
shell.nix
9 lines
111 B
Nix
Raw
Normal View
History
Unescape
Escape
Remove (unused) nix build (for now) and add direnv/lorri setup
2022-02-26 16:27:57 +01:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
openssl
pkg-config
]
;
}
Reference in New Issue
Copy Permalink