mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 18:01:32 +03:00
8 lines
92 B
Nix
8 lines
92 B
Nix
let
|
|
|
|
nixpkgs = import ./nixpkgs.nix;
|
|
|
|
in
|
|
|
|
import ./nixcrpkgs/top.nix { inherit nixpkgs; }
|