rust-overlay/repl.nix
2021-01-04 02:20:36 +08:00

5 lines
69 B
Nix

# For test only.
import <nixpkgs> {
overlays = [ (import ./.) ];
}