This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
thatsmydoing
/
blog
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
f80f9cf2bf
Ramas
Etiquetas
master
blog
/
shell.nix
shell.nix
96 B
Histórico
Raw
1
2
3
4
5
{ pkgs ? import ./nix/pinned-nixpkgs.nix {} }:
pkgs.mkShell {
buildInputs = [ pkgs.hugo ];
}