This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
vxlan-router/shell.nix
2025-01-29 17:08:31 +01:00

4 lines
120 B
Nix

{ pkgs ? (import <nixpkgs>) { }, lib ? pkgs.lib }:
pkgs.mkShell {
buildInputs = with pkgs; [ cargo rustc rustfmt ];
}