Skip to content

Commit 036b515

Browse files
committed
chore: fix flake deprecation
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent c44b877 commit 036b515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
};
2828
lib = pkgs.lib;
2929

30-
hostTarget = pkgs.hostPlatform.config;
30+
hostTarget = pkgs.stdenv.hostPlatform.config;
3131
targets = [
3232
"x86_64-unknown-linux-musl"
3333
"i686-unknown-linux-musl"

0 commit comments

Comments
 (0)