Skip to content

Commit

Permalink
flake: add tools to devShell for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
akshettrj committed Aug 4, 2024
1 parent 1205bb6 commit 686729e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
nativeBuildInputs = [
go
gopls
delve
libwebp
gomod2nix.packages."${system}".default
];
hardeningDisable = [ "fortify" ];
};

packages = rec {
Expand Down

0 comments on commit 686729e

Please sign in to comment.