This website requires JavaScript.
Explore
Help
Sign In
Laurent
/
infrastructure
Watch
1
Star
0
Fork
You've already forked infrastructure
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
80990950a0
infrastructure
/
shell.nix
4 lines
96 B
Nix
Raw
Normal View
History
Unescape
Escape
feat: create nix-shell
2022-12-21 19:27:20 +00:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
feat: direnv
2022-12-21 20:03:18 +00:00
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
colmena
nixfmt
]
;
}
Reference in a new issue
Copy permalink