mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
11 lines
318 B
Nix
11 lines
318 B
Nix
{...}: (_final: prev: {
|
|
nim-atlas = prev.nim-atlas.overrideNimAttrs {
|
|
version = "unstable";
|
|
src = prev.fetchFromGitHub {
|
|
owner = "nim-lang";
|
|
repo = "atlas";
|
|
rev = "cbba9fa77fa837931bf3c58e20c1f8cb15a22919";
|
|
hash = "sha256-TsZ8TriVuKEY9/mV6KR89eFOgYrgTqXmyv/vKu362GU=";
|
|
};
|
|
};
|
|
})
|