chore: update flake-utils-plus to master branch

This commit is contained in:
anntnzrb
2025-10-08 21:44:48 -05:00
parent d1eb5eb25b
commit ff10f4dfbf
2 changed files with 5 additions and 8 deletions

View File

@@ -3,10 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-23.11";
# 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-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus/master";
flake-compat = {
url = "github:edolstra/flake-compat";