chore(pkgs): Remove starbound package

I haven't used this in years and should probably completely revisit
how it works anyway.
This commit is contained in:
Tristan Daniël Maat 2025-09-29 11:51:06 +08:00
parent 56680d5389
commit cd012e86ba
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 0 additions and 72 deletions

View file

@ -1,10 +1,8 @@
#!/usr/bin/env nu
let shell_files = ls **/*.sh | get name
let nix_files = ls **/*.nix | where name !~ "hardware-configuration.nix|_sources" | get name
let linters = [
([shellcheck] ++ $shell_files)
([nixfmt --check --strict] ++ $nix_files)
([deadnix --fail] ++ $nix_files)
([statix check] ++ $nix_files)