Guest User

Untitled

a guest
May 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. environment.systemPackages = with pkgs; [
  2. (pkgs.cudatoolkit9.overrideAttrs (oldAttrs: {
  3. developerProgram = true;
  4. url = "nonsense";
  5. }))
  6. # ...
  7. ]
Add Comment
Please, Sign In to add comment