This website works better with JavaScript.
Explore
Drone CI
Help
Register
Sign In
solene
/
vger
Watch
5
Star
10
Fork
You've already forked vger
4
Code
Issues
Pull Requests
2
Releases
Activity
add Nix shell file
Browse Source
bazel_build
Solene Rapenne
2 years ago
parent
a319de23f7
commit
914a143c3f
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
shell.nix
Unescape
Escape
View File
@ -0,0 +1,4 @@
with
(
import
<nixpkgs>
{
}
)
;
mkShell
{
buildInputs
=
[
gcc
libbsd
gnumake
]
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
solene/vger
Title
Body
Create Issue