This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
Drift
/
pvv-nixos-config
Watch
16
Star
4
Fork
You've already forked pvv-nixos-config
1
Code
Issues
Pull Requests
6
Wiki
Activity
6be2b54a87
pvv-nixos-config
/
shell.nix
8 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
Add devShell including sops
2022-12-09 03:43:14 +01:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
nativeBuildInputs
=
with
pkgs
;
[
sops
Add oysteikt to secrets
2022-12-17 22:53:26 +01:00
gnupg
Add devShell including sops
2022-12-09 03:43:14 +01:00
]
;
}