gongbotrs/shell.nix
2025-04-07 14:27:56 +00:00

5 lines
122 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [ cargo rustc pkg-config sqlite diesel-cli];
}