diff --git a/flake.lock b/flake.lock index ef91186..fd30016 100644 --- a/flake.lock +++ b/flake.lock @@ -161,17 +161,17 @@ "systems": "systems_4" }, "locked": { - "lastModified": 1711180212, - "narHash": "sha256-vTCshSujMRrOemdZBTnkdxaN4r4uuGUcFD7tNt2PaVg=", + "lastModified": 1712778429, + "narHash": "sha256-oile9hEqPZdlLLGAy359Lpek36lPoKPbWtda63I3/5o=", "owner": "dpc", "repo": "flakebox", - "rev": "34ce1b8f8c60661e06dc54ce07deb1ff0ed2b7f5", + "rev": "226d584e9a288b9a0471af08c5712e7fac6f87dc", "type": "github" }, "original": { "owner": "dpc", "repo": "flakebox", - "rev": "34ce1b8f8c60661e06dc54ce07deb1ff0ed2b7f5", + "rev": "226d584e9a288b9a0471af08c5712e7fac6f87dc", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 10f2606..26d29a9 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ }; flakebox = { - url = "github:dpc/flakebox?rev=34ce1b8f8c60661e06dc54ce07deb1ff0ed2b7f5"; + url = "github:dpc/flakebox?rev=226d584e9a288b9a0471af08c5712e7fac6f87dc"; inputs.nixpkgs.follows = "nixpkgs"; inputs.fenix.follows = "fenix"; };