Skip to content

Commit

Permalink
feat: update nixpkgs to release-24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Jul 4, 2024
1 parent 5fb61a0 commit bf98022
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "templ";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
gomod2nix = {
url = "github:nix-community/gomod2nix";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -41,7 +41,8 @@
templ = buildGoApplication {
name = "templ";
src = gitignore.lib.gitignoreSource ./.;
go = pkgs.go_1_21;
# Update to latest Go version when https://nixpk.gs/pr-tracker.html?pr=324123 is backported to release-24.05.
go = pkgs.go;
# Must be added due to bug https://github.com/nix-community/gomod2nix/issues/120
pwd = ./.;
subPackages = [ "cmd/templ" ];
Expand Down

0 comments on commit bf98022

Please sign in to comment.