Skip to content
Snippets Groups Projects
Commit 4a2dd04a authored by Jens Nolte's avatar Jens Nolte
Browse files

Add shell.nix to load sript dependencies

parent 4cc94e1f
No related branches found
No related tags found
No related merge requests found
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
stack
zsh
jq
];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment