fix: pin flake-utils-plus to bugfix version

This commit is contained in:
Jake Hamilton 2024-05-23 02:31:37 -07:00
parent c58023878d
commit 34c1697a53
No known key found for this signature in database
GPG key ID: 9762169A1B35EA68
2 changed files with 5 additions and 1 deletions

1
flake.lock generated
View file

@ -49,6 +49,7 @@
"original": {
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
"rev": "3542fe9126dc492e53ddd252bb0260fe035f2c0f",
"type": "github"
}
},

View file

@ -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";