Remove nixos-needsreboot

This commit is contained in:
2025-11-30 21:42:07 -05:00
parent 5144300cbf
commit 6cdd9e8f82
3 changed files with 5 additions and 49 deletions

View File

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