mirror of
https://github.com/soywod/himalaya.git
synced 2025-04-19 15:53:39 +00:00
6 lines
210 B
Nix
6 lines
210 B
Nix
{
|
|
pimalaya ? import (fetchTarball "https://github.com/pimalaya/nix/archive/master.tar.gz"),
|
|
...
|
|
}@args:
|
|
|
|
pimalaya.mkShell ({ rustToolchainFile = ./rust-toolchain.toml; } // removeAttrs args [ "pimalaya" ])
|