Files
rust-overlay/repl.nix

5 lines
69 B
Nix
Raw Normal View History

2021-01-04 02:20:36 +08:00
# For test only.
import <nixpkgs> {
overlays = [ (import ./.) ];
}