NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.64k stars 13.8k forks source link

Nikola copy read-only files from nix-store and fails then overwriting them #43685

Open davidak opened 6 years ago

davidak commented 6 years ago

Issue description

The developers don't want to fix it in the software. https://github.com/getnikola/nikola/issues/2962

Both 1970 dates and invalid permissions are caused by NixOS being crazy, not Nikola.

Would there be any way for us to fix that?

Steps to reproduce

You can build my website for example:

git clone https://github.com/davidak/davidak.de.git
cd davidak.de
nix run '((import <nixpkgs> {}).python3.withPackages (ps: with ps; [Nikola micawber]))'
nikola build

Then edit something in the Markdown files in pages/ or posts/ and run last command again. See also linked issue for output.

Technical details

stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.