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
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f647ff347a
master
relative_cgi
haskell
enable_ci
bazel_build
1.00
1.01
1.02
1.03
1.04
1.05
1.06
1.07
1.08
1.09
1.10
1.11
2.0.0
2.0.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f647ff347a'
${ noResults }
vger
/
shell.nix
5 lines
82 B
Nix
Raw
Blame
History
with
(
import
<nixpkgs>
{
}
)
;
mkShell
{
buildInputs
=
[
gcc
libbsd
gnumake
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink