Skip to content

Commit

Permalink
nix bits (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmonsays authored Jan 4, 2024
1 parent 888b239 commit 6b9ac13
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
use nix

export WORKSPACE="$(pwd)"
export GOFLAGS="-count=1"
11 changes: 11 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ pkgs ? import <nixpkgs> {} }:

with pkgs;

mkShell {
buildInputs = [
go
gopls
runit
];
}

0 comments on commit 6b9ac13

Please sign in to comment.