1
0
Fork 0
Go to file
Pratham Patel 1ee4036d44
update flake package for 0.1.10
2024-04-22 07:52:44 +05:30
.github/workflows github shows Node.js 16 deprication warning, **try** bumping actions/checkout to v4 2024-03-09 11:22:15 +05:30
src show version (for checking if Nix did not use a cached version) 2024-04-22 06:41:21 +05:30
.envrc init commit: 0.1.0 2024-03-04 22:31:23 +05:30
.gitignore init commit: 0.1.0 2024-03-04 22:31:23 +05:30
Cargo.lock 0.1.10 2024-04-22 06:42:23 +05:30
Cargo.toml 0.1.10 2024-04-22 06:42:23 +05:30
README.md README: add documentation on using as a Flake (thanks FlakeHub!) 2024-03-05 10:19:38 +05:30
flake.lock 0.1.8: i am bad at releases 2024-04-14 17:29:55 +05:30
flake.nix update flake package for 0.1.10 2024-04-22 07:52:44 +05:30

README.md

nixos-needsreboot

Checks if you should reboot your NixOS machine in case an upgrade brought in some new goodies. :)

Usage as a flake

FlakeHub

Add nixos-needsreboot to your flake.nix:

{
  inputs.nixos-needsreboot.url = "https://flakehub.com/f/thefossguy/nixos-needsreboot/*.tar.gz";

  outputs = { self, nixos-needsreboot }: {
    # Use in your outputs
  };
}