Skip to content

Commit 3698a72

Browse files
committed
chore: Add nix environment for builds
Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 7291f32 commit 3698a72

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{ pkgs ? import <nixpkgs> { } }:
2+
3+
pkgs.mkShell { buildInputs = with pkgs; [ stdenv git ]; }

0 commit comments

Comments
 (0)