mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Compare commits
No commits in common. "878f4dbcbb118e1ec390c1c3f7febea8d50160d2" and "c2ae11d010d3745b54dd41b143ce32ab4cddc3c8" have entirely different histories.
878f4dbcbb
...
c2ae11d010
2 changed files with 2 additions and 5 deletions
|
|
@ -39,10 +39,7 @@ This repo uses the following tools for code quality:
|
||||||
- **deadnix** - Finds unused code in Nix files.
|
- **deadnix** - Finds unused code in Nix files.
|
||||||
- **statix** - Checks Nix code for common issues and style problems.
|
- **statix** - Checks Nix code for common issues and style problems.
|
||||||
|
|
||||||
Pre-commit hooks are configured in `.pre-commit-config.yaml` and run automatically before commits.
|
Pre-commit hooks are configured in `.pre-commit-config.yaml` and run automatically before commits. CI validation is defined in `.github/workflows/validate.yml`.
|
||||||
Run `pre-commit install` after checkout to make sure it gets used.
|
|
||||||
|
|
||||||
CI validation is defined in `.github/workflows/validate.yml` and mirrors what is done by pre-commit.
|
|
||||||
|
|
||||||
## Historical bits
|
## Historical bits
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
bandwhich
|
bandwhich
|
||||||
coreutils
|
coreutils
|
||||||
hugo
|
hugo
|
||||||
|
mas
|
||||||
nmap
|
nmap
|
||||||
openjdk
|
openjdk
|
||||||
sops
|
sops
|
||||||
|
|
@ -44,7 +45,6 @@
|
||||||
"fastfetch"
|
"fastfetch"
|
||||||
"ffmpeg"
|
"ffmpeg"
|
||||||
#"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version
|
#"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version
|
||||||
"mas"
|
|
||||||
"ssh-askpass"
|
"ssh-askpass"
|
||||||
"telnet"
|
"telnet"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue