Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. { pkgs ? import <nixpkgs> {} }:
  2.  
  3. (import ./pkgs { inherit pkgs; }) // {
  4. lib = import ./lib { inherit pkgs; };
  5. modules = import ./modules;
  6. darwin-modules = import ./darwin-modules;
  7. overlays = import ./overlays;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement