From a2e15e8c3355b605b1731ca3dd5aa3467a9d8eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Wed, 8 May 2024 12:56:05 +0200 Subject: [PATCH] Attempt at using nom --- hm/rebuild/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hm/rebuild/default.nix b/hm/rebuild/default.nix index d29d5f0..5a8d633 100644 --- a/hm/rebuild/default.nix +++ b/hm/rebuild/default.nix @@ -18,6 +18,7 @@ in if [ -f "$nixos_flake" ] then sudo ${ulf} "$nixos_flake" + # ${pkgs.nix-output-monitor}/bin/nom build "$(dirname "$nixos_flake")#nixosConfigurations.$HOSTNAME.config.system.build.toplevel" if [ "$verb" = "switch" ] || [ "$verb" = "test" ] then sudo nixos-rebuild "$verb" --specialisation ${config.frogeye.polarity} "$@" @@ -41,3 +42,4 @@ in }) ]; } +# TODO make it a flake application, optional nom (is slow), test then boot, flags to confirm each, nvd diff here