Add needsreboot flake

This commit is contained in:
John Locke 2024-03-10 19:36:15 -07:00
parent cec8ce2fd9
commit 3dc11cbaec
2 changed files with 35 additions and 2 deletions

View file

@ -5,8 +5,9 @@
# configuration.nix. You can also use latter versions if you wish to
# upgrade.
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-needsreboot.url = "https://flakehub.com/f/thefossguy/nixos-needsreboot/*.tar.gz";
};
outputs = inputs@{ self, nixpkgs, ... }: {
outputs = inputs@{ self, nixpkgs, nixos-needsreboot, ... }: {
# NOTE: 'nixos' is the default hostname set by the installer
nixosConfigurations.valhalla = nixpkgs.lib.nixosSystem {
# NOTE: Change this to aarch64-linux if you are on ARM