mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 21:37:55 +08:00
0f6217e6e5
Also re-format nix codes with nixfmt-rfc-style. Refs: #538
7 lines
210 B
Nix
7 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" ])
|