Skip to content

Commit 32ee560

Browse files
committed
chore: bump nix flake
1 parent f74b870 commit 32ee560

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

flake.lock

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

flake.nix

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

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
66
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
77
gitignore = {
88
url = "github:hercules-ci/gitignore.nix";
@@ -37,12 +37,14 @@
3737
rec {
3838
default = templ;
3939

40-
templ = pkgs.buildGo123Module {
40+
templ = pkgs.buildGo124Module {
4141
name = "templ";
4242
subPackages = [ "cmd/templ" ];
4343
src = gitignore.lib.gitignoreSource ./.;
4444
vendorHash = "sha256-q4L+r6S0eMNd5hP9UQCI+GxSJoiMGpjd0UTxA8zb6KU=";
45-
CGO_ENABLED = 0;
45+
env = {
46+
CGO_ENABLED = 0;
47+
};
4648
flags = [
4749
"-trimpath"
4850
];

0 commit comments

Comments
 (0)