Fix warnings

This commit is contained in:
2025-11-30 21:40:37 -05:00
parent b7eb6522b5
commit 5144300cbf
2 changed files with 8 additions and 2 deletions

View File

@@ -133,7 +133,7 @@
whois
wine
wl-clipboard
inputs.nixos-needsreboot.packages.${pkgs.system}.default
inputs.nixos-needsreboot.packages.${pkgs.stdenv.hostPlatform.system}.default
];
@@ -256,7 +256,7 @@
supportsDryActivation = true;
text = ''
echo -e "\e[36mSystem changes requiring a reboot:\e[0m"
${inputs.nixos-needsreboot.packages.${pkgs.system}.default}/bin/nixos-needsreboot --dry-run || true
${inputs.nixos-needsreboot.packages.${pkgs.stdenv.hostPlatform.system}.default}/bin/nixos-needsreboot --dry-run || true
'';
};
};