Skip to content

Commit

Permalink
chore: update nix shell, conduct
Browse files Browse the repository at this point in the history
Nix setup has not aged well, Go 1.17 is well EOL. Update to 1.19.

Code of conduct also has not aged well. The world has become an even
darker place.

Try to be excellent to each other. We all need it.
  • Loading branch information
cmars committed Mar 4, 2023
1 parent 9fb7612 commit 1a01be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

If you really need one:

- Don't be a jerk.
- Don't propose anything illegal.
- Don't make me have to decide what any of that means. Nobody got time for that.
- Be excellent to each other.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
go_1_17 tor openssl_1_1 libevent zlib goreleaser podman podman-compose
go_1_19 tor openssl_1_1 libevent zlib goreleaser podman podman-compose
];
shellHook = ''
export GOPATH="$HOME/.cache/gopaths/$(sha256sum <<<$(pwd) | awk '{print $1}')"
Expand Down

0 comments on commit 1a01be8

Please sign in to comment.