mirror of
https://github.com/Noratrieb/jompiler.git
synced 2026-01-14 22:15:02 +01:00
exit
This commit is contained in:
parent
16e5e33778
commit
f22293c78e
3 changed files with 221 additions and 52 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ nodejs_22 ];
|
||||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ nodejs_22 llvmPackages_18.lld ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue