Skip to content

Commit 245768c

Browse files
committed
Add Nix shell and direnv config
1 parent 470fed1 commit 245768c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use nix

shell.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{ pkgs ? import <nixpkgs> {} }:
2+
3+
pkgs.mkShell {
4+
buildInputs = [ pkgs.hugo ];
5+
}

0 commit comments

Comments
 (0)