4f44e0dd13
The bash wrapper was causing issues with deploy-rs and the experimental-features option in the config was causing hercules-ci to spit out a bunch of junk in the logs. Patching nix with the default values required for flakes fixes both of these issues.
32 lines
438 B
TOML
32 lines
438 B
TOML
imports = [ "git.hooks" ]
|
|
|
|
[devshell]
|
|
packages = [
|
|
"git-crypt"
|
|
]
|
|
|
|
[[commands]]
|
|
package = "git"
|
|
category = "vcs"
|
|
|
|
[[commands]]
|
|
package = "nixpkgs-fmt"
|
|
category = "linters"
|
|
|
|
[[commands]]
|
|
package = "editorconfig-checker"
|
|
category = "linters"
|
|
|
|
[[commands]]
|
|
package = "python3Packages.grip"
|
|
category = "documentation"
|
|
|
|
[[commands]]
|
|
package = "mdbook"
|
|
category = "documentation"
|
|
|
|
[[commands]]
|
|
package = "nixFlakes"
|
|
|
|
[git.hooks]
|
|
enable = true
|