From 63516a96c069c974df4552497c51fad0a27599d6 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Fri, 27 Sep 2024 18:02:32 +0200 Subject: [PATCH] flake: fix comment about nixpkgs input --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3454966..aaa4956 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ flake = false; }; - # nixos-unstable required for go 1.22, until 24.05 release + # nixos-unstable required for go 1.23, until 24.11 release nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; poetry2nix = {