Skip to content

Commit 02bcc9f

Browse files
chore(deps): update flake.nix to 25.11 (#1765)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it update the flake.nix to 25.11 (25.05 is deprecated) Signed-off-by: vasu1124 <[email protected]> Co-authored-by: Jakob Möller <[email protected]>
1 parent 5a06a36 commit 02bcc9f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

flake.lock

Lines changed: 4 additions & 4 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
@@ -3,7 +3,7 @@
33

44
inputs = {
55
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
6-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
6+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
77
};
88

99
outputs = { self, nixpkgs, ... }:
@@ -37,7 +37,7 @@
3737
state = if (self ? rev) then "clean" else "dirty";
3838

3939
# This vendorHash represents a derivative of all go.mod dependencies and needs to be adjusted with every change
40-
vendorHash = "sha256-Q2As+qjbyD6Tv/TCwBpoIRXbYHVPJxWiLoDb5IiICm4=";
40+
vendorHash = "sha256-yJQKDeWT/5JW1ieEbTJEFTXggMmjwziH4rpE/YREFqs=";
4141

4242
src = ./.;
4343

@@ -93,7 +93,7 @@
9393
{
9494
default = pkgs.mkShell {
9595
buildInputs = with pkgs; [
96-
go_1_25 # golang 1.25
96+
go # golang 1.25
9797
gopls # go language server
9898
gotools # go imports
9999
go-tools # static checks

0 commit comments

Comments
 (0)