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:
parent
56680d5389
commit
cd012e86ba
4 changed files with 0 additions and 72 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue