fluffle/shell.nix

4 lines
87 B
Nix
Raw Permalink Normal View History

2024-11-13 13:27:23 -08:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell { buildInputs = [ rustc cargo ]; }