Skip to content

Commit 9e79e40

Browse files
committed
Fetch system from stdenv.hostPlatform
The top-level `system` attribute has been deprecated for quite a while. See NixOS/nixpkgs@4246d6c
1 parent 6564bee commit 9e79e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
overlay = final: prev:
2121
let
22-
system = final.system;
22+
system = final.stdenv.hostPlatform.system;
2323
darwinOptions = final.lib.optionalAttrs final.stdenv.isDarwin {
2424
buildInputs = with final.darwin.apple_sdk.frameworks; [
2525
SystemConfiguration

0 commit comments

Comments
 (0)