Skip to content

Commit

Permalink
Add a Nix shell config.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulak committed Jul 4, 2023
1 parent fe67491 commit 54303b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
let
# put this on stable once Cargo 1.7 hits
pkgs = import (fetchTarball("channel:nixpkgs-unstable")) {};
in pkgs.mkShell {
buildInputs = with pkgs; [ cargo rustc rust-analyzer openssl pkg-config ];
}

0 comments on commit 54303b5

Please sign in to comment.