mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
e43da61505
Fixes a "No such file or directory: 'git': 'git'" error in running ./scripts/nixbuild on NixOS
9 lines
87 B
Nix
9 lines
87 B
Nix
let
|
|
|
|
pkgs = import ./nix/pkgs {};
|
|
deps = import ./nix/deps {};
|
|
|
|
in
|
|
|
|
deps // pkgs
|