This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
thatsmydoing
/
blog
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
master
Ramuri
Etichete
master
blog
/
shell.nix
shell.nix
96 B
Permalink
Istoric
Crud
1
2
3
4
5
{ pkgs ? import ./nix/pinned-nixpkgs.nix {} }:
pkgs.mkShell {
buildInputs = [ pkgs.hugo ];
}