Created
August 9, 2017 23:35
-
-
Save anonymous/f480828e6d0547b0f05a08f8a6688893 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@nixosLinux:~]# nixos-rebuild switch | |
building Nix... | |
building the system configuration... | |
Traceback (most recent call last): | |
File "/nix/store/98br3w38n8qsjjbwry38rabv9q7cimrx-systemd-boot-builder.py", line 149, in <module> | |
main() | |
File "/nix/store/98br3w38n8qsjjbwry38rabv9q7cimrx-systemd-boot-builder.py", line 142, in main | |
remove_old_entries(gens) | |
File "/nix/store/98br3w38n8qsjjbwry38rabv9q7cimrx-systemd-boot-builder.py", line 105, in remove_old_entries | |
os.unlink(path) | |
IsADirectoryError: [Errno 21] Is a directory: '/boot/efi/nixos/x86_64-efi' | |
warning: error(s) occurred while switching to the new configuration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment