flake: fix comment about nixpkgs input

This commit is contained in:
WilliButz 2024-09-27 18:02:32 +02:00
parent 5bf15f6630
commit 63516a96c0
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70

View file

@ -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 = {