diff --git a/flake.lock b/flake.lock index bc1f8ad89..18cee018a 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1707619277, - "narHash": "sha256-vKnYD5GMQbNQyyQm4wRlqi+5n0/F1hnvqSQgaBy4BqY=", + "lastModified": 1707711327, + "narHash": "sha256-JaiR0Er0Bx80CT5POOYR1I1tLM7VvC2/ny6mOmkoRQw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f3a93440fbfff8a74350f4791332a19282cc6dc8", + "rev": "01737456dfe4907fb5bdc8af39ac8c6d6b1fb551", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4e927a55b..0ea480cec 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,7 @@ devShells.default = pkgs.mkShell { packages = with pkgs; [ + go golangci-lint just ];