diff options
author | Alan Pearce | 2024-10-23 15:39:29 +0200 |
---|---|---|
committer | Alan Pearce | 2024-10-23 15:39:29 +0200 |
commit | 2a2327b6a59343270c54162c2583011df9979023 (patch) | |
tree | 3d473bf0eb71657b6344f1a2a090f5f5657cefbe | |
parent | 7d69702fdfe5de3f18f85c2eb8ee810e9bbca330 (diff) | |
download | website-2a2327b6a59343270c54162c2583011df9979023.tar.lz website-2a2327b6a59343270c54162c2583011df9979023.tar.zst website-2a2327b6a59343270c54162c2583011df9979023.zip |
Revert "update go to 1.23"
This reverts commit fd8fff31addcffa064693d561122253b49ac478c.
-rw-r--r-- | npins/sources.json | 12 | ||||
-rw-r--r-- | shell.nix | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/npins/sources.json b/npins/sources.json index f9966ee..46dcce1 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -8,9 +8,9 @@ "repo": "nixpkgs" }, "branch": "nixpkgs-unstable", - "revision": "fe866c653c24adf1520628236d4e70bbb2fdd949", - "url": "https://github.com/NixOS/nixpkgs/archive/fe866c653c24adf1520628236d4e70bbb2fdd949.tar.gz", - "hash": "138a05jrlw1a0x9ixqypl32yw9lkly7s6yjxyq4d434cf59r2x0b" + "revision": "9c513fc6fb75142f6aec6b7545cb8af2236b80f5", + "url": "https://github.com/NixOS/nixpkgs/archive/9c513fc6fb75142f6aec6b7545cb8af2236b80f5.tar.gz", + "hash": "1wigq25g54b74badivmb5svcis96fb6mginj0grk1s4rxmp33vbf" }, "pre-commit-hooks": { "type": "Git", @@ -20,9 +20,9 @@ "repo": "pre-commit-hooks.nix" }, "branch": "master", - "revision": "4e743a6920eab45e8ba0fbe49dc459f1423a4b74", - "url": "https://github.com/cachix/pre-commit-hooks.nix/archive/4e743a6920eab45e8ba0fbe49dc459f1423a4b74.tar.gz", - "hash": "0fc69dsn5rhv2zb16c2bfgx84ja8cmn7d7j2mrw3n4m8y611x40g" + "revision": "0ff4381bbb8f7a52ca4a851660fc7a437a4c6e07", + "url": "https://github.com/cachix/pre-commit-hooks.nix/archive/0ff4381bbb8f7a52ca4a851660fc7a437a4c6e07.tar.gz", + "hash": "0bmgc731c5rvky6qxc4f6gvgyiic8dna5dv3j19kya86idf7wn0p" } }, "version": 3 diff --git a/shell.nix b/shell.nix index 5ccedea..4b62685 100644 --- a/shell.nix +++ b/shell.nix @@ -11,7 +11,7 @@ in pkgs.mkShell { inherit (pre-commit-check) shellHook; packages = with pkgs; [ - go_1_23 + go npins gopls go-licenses |