Advertisement
keithleigh

Untitled

May 17th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. root:
  2.  
  3. let lib = import <nixpkgs/lib>;
  4.  
  5. in
  6.  
  7. with builtins;
  8. with lib;
  9.  
  10. mapAttrs (name: _: (root + "-bob-/" + name) )
  11. (readDir root)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement