Skip to content

Commit

Permalink
Nix flake: Add DEBUG variable to shellHook
Browse files Browse the repository at this point in the history
  • Loading branch information
Brawl345 committed Sep 7, 2024
1 parent e40bfee commit cb070a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
pkgs.go
pkgs.golangci-lint
];
shellHook = ''
export DEBUG=1
'';
};
});

Expand Down

0 comments on commit cb070a7

Please sign in to comment.