format shell.nix

This commit is contained in:
Valentin Boettcher 2024-05-11 17:59:57 -04:00
parent 5554146342
commit 2f603e7e0c
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ hugo ];
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ hugo ];
}