fix: string escape in

This commit is contained in:
eric
2026-03-04 05:47:20 +01:00
parent 0d418b6baa
commit fe3547edfc
4 changed files with 45 additions and 34 deletions

View File

@@ -32,6 +32,8 @@
env = devshell-lib.lib.mkDevShell {
inherit system;
# includeStandardPackages = false; # opt out of nixfmt/gitlint/gitleaks/shfmt defaults
extraPackages = with pkgs; [
# add your tools here, e.g.:
# go