mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 08:36:36 +00:00
Remove nixos-needsreboot
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user