-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix build results in "failed to create symbolic link" #359
Comments
Could be a bug or regression. nixos-generators/all-formats.nix Line 36 in 1cb3dc2
making this line fail: nixos-generators/all-formats.nix Line 37 in 1cb3dc2
|
Here is the output:
And I can confirm that |
What's in /nix/store/2y2fq0q6ij8c86mv10d6vhqvi8fnd08y-NixOS if you run this command?
|
That seems totally fine to me. I get the same result when I do |
So |
That's right. I tested it and it works fine. |
I followed the instructions for the "Using as a nixos-module" method. My configuration can be found here.
When I run
nix build .#nixosConfigurations.installer.config.formats.iso
I get this error:The same happens when I append
-o result
to specify the symlink location.Is this intended behavior? I couldn't find any other mention of this anywhere. Any help is appreciated.
The text was updated successfully, but these errors were encountered: