This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
adriangl
/
nix-dotfiles
mirror of
https://github.com/adrlau/nix-dotfiles.git
Watch
1
Star
2
Fork
You've already forked nix-dotfiles
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dc1494f2ed
nix-dotfiles
/
home
/
shell.nix
10 lines
110 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
nativeBuildInputs
=
with
pkgs
;
[
sops
gnupg
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink