diff --git a/examples/devos/flake.nix b/examples/devos/flake.nix index 4191aa9..4c5e8fb 100644 --- a/examples/devos/flake.nix +++ b/examples/devos/flake.nix @@ -78,7 +78,7 @@ # `importOverlays` will import everything under the path given (channels: final: prev: { inherit (channels.latest) mas; - }) + } // prev.lib.optionalAttrs true { }) ]; }; latest = { }; diff --git a/flake.lock b/flake.lock index 510763b..e957379 100644 --- a/flake.lock +++ b/flake.lock @@ -130,15 +130,16 @@ "flake-utils": "flake-utils_2" }, "locked": { - "lastModified": 1657226504, - "narHash": "sha256-GIYNjuq4mJlFgqKsZ+YrgzWm0IpA4axA3MCrdKYj7gs=", + "lastModified": 1654029967, + "narHash": "sha256-my3GQ3mQIw/1f6GPV1IhUZrcYQSWh0YJAMPNBjhXJDw=", "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", - "rev": "2bf0f91643c2e5ae38c1b26893ac2927ac9bd82a", + "rev": "6271cf3842ff9c8a9af9e3508c547f86bc77d199", "type": "github" }, "original": { "owner": "gytis-ivaskevicius", + "ref": "refs/pull/120/head", "repo": "flake-utils-plus", "type": "github" } diff --git a/flake.nix b/flake.nix index b2b686d..79b11d4 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ devshell.url = "github:numtide/devshell"; devshell.inputs.nixpkgs.follows = "nixpkgs"; - flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus"; + flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus/?ref=refs/pull/120/head"; flake-compat = { url = "github:edolstra/flake-compat";