mirror of
https://codeberg.org/bunbun/fluffle/
synced 2025-01-22 04:34:27 -08:00
4 lines
87 B
Nix
4 lines
87 B
Nix
|
{ pkgs ? import <nixpkgs> { } }:
|
||
|
with pkgs;
|
||
|
mkShell { buildInputs = [ rustc cargo ]; }
|