Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- { pkgs ? import <nixpkgs>{
- overlays = [
- (self: super: {
- pkgsMusl = super.pkgsMusl // {
- coreutils = super.pkgsMusl.coreutils.overrideAttrs (old: {
- doCheck=false;
- });
- };
- })];
- }}:
- pkgs.pkgsMusl.coreutils
Advertisement
Add Comment
Please, Sign In to add comment