This website requires JavaScript.
Explore
Help
Sign In
hektor
/
dots
Watch
1
Star
0
Fork
You've already forked dots
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
61278b8fb3
dots
/
.config
/
nvim
/
skeletons
/
shell.nix
7 lines
105 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
,
}:
pkgs
.
mkShell
{
nativeBuildInputs
=
with
pkgs
.
buildPackages
;
[
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink