Skip to content

Commit d7414ce

Browse files
committed
Fix system deprecation warnings
1 parent 7d4d7d8 commit d7414ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/by-name/li/lix/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ inputs, pkgs, ... }@args:
22

33
let
4-
pkgs = inputs.nixpkgs-unstable.legacyPackages.${args.pkgs.system};
4+
pkgs = inputs.nixpkgs-unstable.legacyPackages.${args.pkgs.stdenv.hostPlatform.system};
55
in
66
{
77
nixpkgs.overlays = [

0 commit comments

Comments
 (0)