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