File: shell.nix

package info (click to toggle)
rust-enum-unitary 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: sh: 5; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 85 bytes parent folder | download
1
2
3
4
with import <nixpkgs> {};
pkgs.mkShell {
  buildInputs = [ rustup rust-analyzer ];
}