Philippe Vaucher
Philippe Vaucher
> Of course, if you start copying that dir into the image, there's no guarantee that the end user could conveniently re-run the build process in a compatible way. For...
> Yes and no. I believe that `nix-build` will also use cached artifacts if available and determined to be suitable. In my case I don't use cachix so I won't...
Ok I have the build dir by using `postFixup = "cp -a $(pwd) /tmp/emacs";`, but as the build tools/libs are not installed anymore it's a bit useless... so I just...
Thanks for your inputs, yeah probably that I'm going against nix here, and thus my plan B is actually the only way without modifying nix-emacs-ci too much. I realised I...
`master` should be up to date. `master-alpine` is not as it is currently broken. Reopen if you experience something different.
Oh, I totally missunderstood what you meant. In theory, yes I'm not opposed to that, in practice given my goal is to implement my images using @purcell nix packages I...
@maurelio1234: do you use X support in my images? how bad would it be if it wasn't present anymore?
@maurelio1234: thanks for the feedback. At the beginning of docker I wanted to dockerize my whole dev environment, that's how this project started. But then realistically it's too much work...
@tzz: I managed to keep X support, but it's probably a bit more limited than before please report (e.g no GTK).
@maurelio1234: I should be able to start experimenting with adding `--with-native-compilation`. It's only available on master right?