Skip to content

Commit 00a75cc

Browse files
committed
nix flake update
1 parent e131069 commit 00a75cc

2 files changed

Lines changed: 54 additions & 15 deletions

File tree

flake.lock

Lines changed: 51 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "CloudExec VPS provisioning helper";
33

44
inputs = {
5-
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
5+
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
66
utils.url = "github:numtide/flake-utils";
77
crytic.url = "github:crytic/crytic.nix";
88
};
@@ -39,7 +39,7 @@
3939
src = ./.;
4040
vendorHash = "sha256-xiiMcjo+hRllttjYXB3F2Ms2gX43r7/qgwxr4THNhsk=";
4141
nativeBuildInputs = [
42-
pkgs.go_1_22
42+
pkgs.go
4343
];
4444
ldflags = [
4545
"-X main.Version=${version}"
@@ -64,7 +64,7 @@
6464
just
6565
trunk-io
6666
# go development
67-
go_1_22
67+
go
6868
gotools
6969
go-tools
7070
gopls

0 commit comments

Comments
 (0)