Guest User

Untitled

a guest
Sep 6th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. { pkgs ? import <nixpkgs>{
  2. overlays = [
  3. (self: super: {
  4. pkgsMusl = super.pkgsMusl // {
  5. coreutils = super.pkgsMusl.coreutils.overrideAttrs (old: {
  6. doCheck=false;
  7. });
  8. };
  9. })];
  10. }}:
  11. pkgs.pkgsMusl.coreutils
Advertisement
Add Comment
Please, Sign In to add comment