-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Description
Describe the bug
Updating my nixos unstable system today is failing:
# nixos-rebuild boot 2>&1 | tee /var/log/nixos-rebuild.log
building Nix...
building the system configuration...
error: attribute 'baseModules' missing
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:365:28:
364| builtins.addErrorContext (context name)
365| (args.${name} or config._module.args.${name})
| ^
366| ) (lib.functionArgs f);
(use '--show-trace' to show detailed location information)
Any clues?
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 5.15.4, NixOS, 22.05 (Quokka)`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.4`
- channels(root): `"nixos-22.05pre335103.6daa4a5c045"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS