From bf3487eef4744160fda5650d33f83a9d722a8187 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Tue, 31 Dec 2024 06:15:12 -0500 Subject: [PATCH] 136 current 2024-12-31 06:15:06 25.05.20241217.d3c42f1 6.6.66 * --- home/scripts/nixos-rebuild.sh | 1 + nixos-switch.log | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 nixos-switch.log diff --git a/home/scripts/nixos-rebuild.sh b/home/scripts/nixos-rebuild.sh index 6eeb905..c4cfefa 100644 --- a/home/scripts/nixos-rebuild.sh +++ b/home/scripts/nixos-rebuild.sh @@ -45,6 +45,7 @@ fi current=$(nixos-rebuild list-generations | grep current) # Commit all changes witih the generation metadata +git --git-dir /home/synchronous/nix-cfg/.git add . git --git-dir /home/synchronous/nix-cfg/.git commit -am "$current" # Back to where you were diff --git a/nixos-switch.log b/nixos-switch.log new file mode 100644 index 0000000..5891e46 --- /dev/null +++ b/nixos-switch.log @@ -0,0 +1,25 @@ +warning: Path '/home/synchronous/nix-cfg/flake.nix' should point at the directory containing the 'flake.nix' file, not the file itself. Pretending that you meant '/home/synchronous/nix-cfg' +warning: Git tree '/home/synchronous/nix-cfg' is dirty +error: + … while calling the 'seq' builtin + at /nix/store/6zgbbqlr7nnfxpzkyj7fsl4fpg89jbw0-source/lib/modules.nix:334:18: + 333| options = checked options; + 334| config = checked (removeAttrs config [ "_module" ]); + | ^ + 335| _module = checked (config._module); + + … while evaluating a branch condition + at /nix/store/6zgbbqlr7nnfxpzkyj7fsl4fpg89jbw0-source/lib/modules.nix:273:9: + 272| checkUnmatched = + 273| if config._module.check && config._module.freeformType == null && merged.unmatchedDefns != [] then + | ^ + 274| let + + (stack trace truncated; use '--show-trace' to show the full, detailed trace) + + error: syntax error, unexpected ';' + at /nix/store/f06nazkwk5a29vz793alp0zppviacn27-source/configuration.nix:142:7: + 141| } + 142| ];;; + | ^ + 143| };