Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
add shell.nix for ease of development on nixos
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Jan 15, 2024
1 parent e33aae3 commit eff7cbe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
crystal_1_9
shards
crystalline
sqlite # libsqlite
gmp # libgmp
file # libmagic
];
}

0 comments on commit eff7cbe

Please sign in to comment.