mirror of
https://github.com/vale981/website
synced 2025-03-04 09:01:41 -05:00
format shell.nix
This commit is contained in:
parent
5554146342
commit
2f603e7e0c
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ hugo ];
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ hugo ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue