Talk:Bolt-launcher: Difference between revisions
→Help with the flake: new section |
→Help with the flake: Reply |
||
| (One intermediate revision by one other user not shown) | |||
| Line 10: | Line 10: | ||
[[User:Zzz|Zzz]] ([[User talk:Zzz|talk]]) 15:06, 27 July 2026 (UTC) | [[User:Zzz|Zzz]] ([[User talk:Zzz|talk]]) 15:06, 27 July 2026 (UTC) | ||
: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 [[User:Zzz|Zzz]] ([[User talk:Zzz|talk]]) 18:08, 27 July 2026 (UTC) | |||
::Feel free to open a GitHub issue about this. I don't think many users actively monitor the wiki page. [[User:Iedame|Iedame]] ([[User talk:Iedame|talk]]) 12:57, 29 July 2026 (UTC) | |||
Latest revision as of 12:57, 29 July 2026
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)
- 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)
- Feel free to open a GitHub issue about this. I don't think many users actively monitor the wiki page. Iedame (talk) 12:57, 29 July 2026 (UTC)