mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-07 13:15:21 +00:00
12 lines
259 B
Nix
12 lines
259 B
Nix
(
|
|
import
|
|
(
|
|
fetchTarball
|
|
(with (builtins.fromJSON (builtins.readFile ./flake.lock)).nodes.flake-compat.locked; {
|
|
url = "https://github.com/${owner}/${repo}/archive/${rev}.tar.gz";
|
|
sha256 = narHash;
|
|
})
|
|
)
|
|
{src = ./.;}
|
|
)
|
|
.shellNix
|