This website works better with JavaScript.
Explore
Help
Sign In
mike
/
vger
Watch
1
Star
0
Fork
You've already forked vger
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
master
1.08
1.07
1.06
1.05
1.04
1.03
1.02
1.01
1.00
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
vger
/
shell.nix
5 lines
82 B
Raw
Permalink
Blame
History
with
(
import
<nixpkgs>
{
}
)
;
mkShell
{
buildInputs
=
[
gcc
libbsd
gnumake
]
;
}
Reference in new issue
View Git Blame
Copy Permalink