136 current 2024-12-31 06:15:06 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -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
|
||||
|
||||
25
nixos-switch.log
Normal file
25
nixos-switch.log
Normal file
@@ -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| };
|
||||
Reference in New Issue
Block a user