mirror of
https://codeberg.org/bunbun/fluffle/
synced 2025-06-07 06:29:56 -07:00
4 lines
87 B
Nix
4 lines
87 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
with pkgs;
|
|
mkShell { buildInputs = [ rustc cargo ]; }
|