mirror of
https://github.com/oxalica/rust-overlay.git
synced 2025-10-05 15:52:54 +02:00
5 lines
69 B
Nix
5 lines
69 B
Nix
# For test only.
|
|
import <nixpkgs> {
|
|
overlays = [ (import ./.) ];
|
|
}
|