diff --git a/flake.lock b/flake.lock index 81a831c..744a668 100644 --- a/flake.lock +++ b/flake.lock @@ -49,6 +49,7 @@ "original": { "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", + "rev": "3542fe9126dc492e53ddd252bb0260fe035f2c0f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 470cc1b..6ac25f2 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,10 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/release-23.11"; - flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus"; + # NOTE: `nix flake lock --update-input flake-utils-plus` is currently NOT + # giving us the appropriate revision. We need a fix from a recent PR in + # FUP, so this revision is being hard coded here for now. + flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus?rev=3542fe9126dc492e53ddd252bb0260fe035f2c0f"; flake-compat = { url = "github:edolstra/flake-compat";