Skip to content

Commit 6fc0024

Browse files
weriomatrvem
authored andcommitted
fix the deprecated overlay flake output
1 parent 23aafa5 commit 6fc0024

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
};
1717

1818
outputs = { self, nixpkgs, utils, ... }@inputs:
19-
rec {
20-
overlay = final: prev: let
19+
{
20+
overlays.default = final: prev: let
2121
darwinOptions = final.lib.optionalAttrs final.stdenv.isDarwin {
2222
buildInputs = with final.darwin.apple_sdk.frameworks; [
2323
SystemConfiguration
@@ -150,7 +150,6 @@
150150
};
151151
};
152152
};
153-
overlays.default = overlay;
154153
} //
155154
utils.lib.eachSystem (utils.lib.defaultSystems ++ ["aarch64-darwin"]) (system:
156155
let

0 commit comments

Comments
 (0)