astro / deadnix

Scan Nix files for dead code
GNU General Public License v3.0
461 stars 15 forks source link

update deprecated flake output attributes #28

Closed oxapentane closed 2 years ago

oxapentane commented 2 years ago

The nix run is currently broken on nix unstable due to deprecated flake output attribute:

$ nix run github:astro/deadnix -- --help
error: attribute 'defaultApp.x86_64-linux' should have type 'derivation'

This fixes nix run, as well as updates other deprecated output attributes

astro commented 2 years ago

Thank you