mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 14:20:23 +01:00
nixos-install error with modules.nix #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bitFlow66 on GitHub (Dec 6, 2023).
Hi, I am new to Nixos and wanted to have quickstart with your awesome config, but I am stuck with an error while using "nixos-install ....".
Not sure if I made mistake or if it is a general error. So I decided to post here after a long search on google.
Used command:
nixos-install --root /mnt --flake .#ai --no-root-password --option substituters "https://mirror.sjtu.edu.cn/nix-channels/store"Error:
Thanks for your help in advance.
@ryan4yin commented on GitHub (Dec 7, 2023):
Fixed by
6879049fa4After adding
--show-traceoption, the error log should be:The error indicates nix could not found an argument named impermanence in its
argsandspecialArgs.