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