mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-07 13:15:21 +00:00
nix-build
compatible
This commit is contained in:
parent
d2a7243219
commit
a227f6e432
1 changed files with 12 additions and 0 deletions
12
default.nix
Normal file
12
default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
(
|
||||
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 = ./.;}
|
||||
)
|
||||
.defaultNix
|
Loading…
Add table
Add a link
Reference in a new issue