This website works better with JavaScript
Home
Explore
Help
Register
Sign In
thatsmydoing
/
blog
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e0dde4226a
Branches
Tags
master
blog
/
shell.nix
shell.nix
96 B
History
Raw
1
2
3
4
5
{ pkgs ? import ./nix/pinned-nixpkgs.nix {} }:
pkgs.mkShell {
buildInputs = [ pkgs.hugo ];
}