Guest User

Untitled

a guest
Oct 7th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # file: ~/.config/nixpkgs/config.nix
  2. {
  3. packageOverrides = super: let self = super.pkgs; in with self; rec {
  4. libcookbook = import ~/Documents/c/libcookbook { };
  5. };
  6. }
  7.  
Add Comment
Please, Sign In to add comment