mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
edd57d380d
- Fixes the IPC bug - Fixes the terminfo bug - Moves the OSX SDK out of our nixcrpkgs fork. - Vendor nixcrpkgs instead of having it be a submodule.
5 lines
93 B
Nix
5 lines
93 B
Nix
import ./top.nix {
|
|
nixpkgs = import <nixpkgs> {};
|
|
osx_sdk = ./macos/MacOSX.sdk.tar.xz;
|
|
}
|