Skip to content
Snippets Groups Projects
  • Scott R. Parish's avatar
    96d3534a
    fix "nix-build" examples · 96d3534a
    Scott R. Parish authored
    The existing "nix-build" examples were failing:
    
      error: cannot auto-call a function that has an argument without a default value (‘system’)
    
    Thanks to @groxxda on irc for pointing out the fix!
    
    Updated to completely remove unneeded path argument, suggested by @joachifm
    
    Updated to remove other occurences of `all-packages.nix` from files as
    suggested by @domenkozar
    96d3534a
    History
    fix "nix-build" examples
    Scott R. Parish authored
    The existing "nix-build" examples were failing:
    
      error: cannot auto-call a function that has an argument without a default value (‘system’)
    
    Thanks to @groxxda on irc for pointing out the fix!
    
    Updated to completely remove unneeded path argument, suggested by @joachifm
    
    Updated to remove other occurences of `all-packages.nix` from files as
    suggested by @domenkozar