Guest User

Untitled

a guest
Nov 24th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. nixpkgs.config = {
  2. packageOverrides = self: rec {
  3. spl = spl.overrideAttrs (old: { broken = false; });
  4. };
  5. };
Add Comment
Please, Sign In to add comment