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
00dc335226
infrastructure
/
shell.nix
5 lines
91 B
Nix
Raw
Normal View
History
Unescape
Escape
feat: create nix-shell
2022-12-21 19:27:20 +00:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
chore: autoformat
2022-12-21 19:29:15 +00:00
mkShell
{
buildInputs
=
[
colmena
nixfmt
]
;
}
Reference in a new issue
Copy permalink