Skip to content

Commit

Permalink
add a dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 24, 2021
1 parent 8a8580c commit ae09567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Expand Up @@ -37,5 +37,8 @@
apps.similar-sort =
inputs.flake-utils.lib.mkApp { drv = packages.similar-sort; };
defaultApp = apps.similar-sort;

# `nix develop`
devShell = pkgs.mkShell { nativeBuildInputs = [ pkgs.go ]; };
});
}

0 comments on commit ae09567

Please sign in to comment.