Talk:Bolt-launcher

Revision as of 18:08, 27 July 2026 by Zzz (talk | contribs) (Help with the flake: Reply)

Latest comment: 27 July by Zzz in topic Help with the flake

Help with the flake

I don't know if this is the appropriate place to ask for help but I am new to nixos and wanted to ask directly I had the error

[******@nixos:~]$ sudo nixos-rebuild switch error: flake 'path:/etc/nixos' does not provide attribute 'packages.x86_64-linux.nixosConfigurations."nixos".config.system.build.nixos-rebuild', 'legacyPackages.x86_64-linux.nixosConfigurations."nixos".config.system.build.nixos-rebuild' or 'nixosConfigurations."nixos".config.system.build.nixos-rebuild' Command 'nix --extra-experimental-features 'nix-command flakes' build --print-out-paths '/etc/nixos#nixosConfigurations."nixos".config.system.build.nixos-rebuild' --no-link' returned non-zero exit status 1.


after I rebuild the system is does anyone know what can be wrong


Zzz (talk) 15:06, 27 July 2026 (UTC)Reply

figured this part out now having a different issue where I get a error which says
error:
       … while calling the 'seq' builtin
         at «github:NixOS/nixpkgs/8623c4c20aa4ca2f5fb81510d2944066c3fb0d96?narHash=sha256-eKbrvPoAOFutbYMdbB3r5EQVmFxKv24iKqHPPUXA0gM%3D»/lib/modules.nix:402:18:
          401|         options = checked options;
          402|         config = checked (removeAttrs config [ "_module" ]);
             |                  ^
          403|         _module = checked (config._module);
       … while evaluating a branch condition
         at «github:NixOS/nixpkgs/8623c4c20aa4ca2f5fb81510d2944066c3fb0d96?narHash=sha256-eKbrvPoAOFutbYMdbB3r5EQVmFxKv24iKqHPPUXA0gM%3D»/lib/modules.nix:305:9:
          304|       checkUnmatched =
          305|         if config._module.check && config._module.freeformType == null && merged.unmatchedDefns != [ ] then
             |         ^
          306|           let
       (stack trace truncated; use '--show-trace' to show the full, detailed trace)
       error: path '/nix/store/7wjbq8dgw2ysljbbjbglpi9waqqhslri-source/configuration.nix' does not exist
Command 'nix --extra-experimental-features 'nix-command flakes' build --print-out-paths '.#nixosConfigurations."nixos".config.system.build.nixos-rebuild' --no-link' returned non-zero exit status 1.
fingers crossed will figure out this as well but mean while if anyone has an answer why this may be happening would love your help if I get it will open a Tutorial thread for all the nixOS noobs/larpers like me who are starting out Zzz (talk) 18:08, 27 July 2026 (UTC)Reply
Return to "Bolt-launcher" page.