Skip to content

Commit

Permalink
add: shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xB10C committed Dec 20, 2023
1 parent 830e823 commit 6321fd1
Showing 1 changed file with 11 additions and 0 deletions.
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> {} }:

pkgs.mkShell {
nativeBuildInputs = [
pkgs.cargo
pkgs.rustfmt
pkgs.rustc
pkgs.postgresql
pkgs.diesel-cli
];
}

0 comments on commit 6321fd1

Please sign in to comment.