help with emacs package

2020-12-09 Thread Adam Kandur via
hi everyone! i'm trying to pack this https://melpa.org/#/roguel-ike to do this, i wrote this package: --- (define-public emacs-roguel-ike   ;; tagged branch is outdated.   (let ((revision "0")     (commit "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c"))     (package   (name "emacs-roguel-ike")

Re: NAS drive

2020-12-09 Thread Tobias Geerinckx-Rice
Roy, Roy Lemmon 写道: So I'm afraid it still doesn't work. That's unfortunate :-( Here is the top section of the .scm file. I'm recompiling my kernel with NFS support to test you command for myself. I wonder if it's because we configure util-linux with:

Re: NAS hardware recommendations

2020-12-09 Thread david larsson
On 2020-12-08 16:51, Pierre Neidhardt wrote: Hi Guix! Has anyone had luck installing Guix on a NAS? If so, which one? If not, which NAS hardware would you recommend? I'm looking for - something as open as possible; - 3-4 bays; - lowest consumption possible; - Btrfs support. Any tips?

Can I easily install GNU Emacs 27.1.50 via Guix?

2020-12-09 Thread Jorge P. de Morais Neto
Hi. For GNU Emacs I manually compile the latest code from the emacs-27 branch (and install it with GNU Stow). That's because I want the latest features and fixes, but I fear that the master branch could be unreliable when used together with certain external packages such as Notmuch. When

Re: NAS drive

2020-12-09 Thread Roy Lemmon
Hi, So I'm afraid it still doesn't work. Though with the following there are at least no errors. Here is the top section of the .scm file. Cheers Roy config.scm *** (use-modules (gnu)) (use-package-modules nfs emacs-xyz) (use-service-modules desktop networking ssh xorg

Re: Fast `guix environment --container' switch

2020-12-09 Thread zimoun
On Wed, 09 Dec 2020 at 11:55, Pierre Neidhardt wrote: > `guix environment` incurs an overhead: > > --8<---cut here---start->8--- > time /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10/bin/hello > Hello, world! > > real 0m0.002s > user 0m0.002s > sys

Re: Fast `guix environment --container' switch

2020-12-09 Thread Pierre Neidhardt
`guix environment` incurs an overhead: --8<---cut here---start->8--- time /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10/bin/hello Hello, world! real0m0.002s user0m0.002s sys 0m0.000s --8<---cut

Re: Fast `guix environment --container' switch

2020-12-09 Thread zimoun
Hi, On Wed, 09 Dec 2020 at 11:13, Pierre Neidhardt wrote: > Maybe a misunderstanding, the question is not about --pure. I'd like a > `containerized hello' to start about as fast as non-containerized > `hello', without the 1 s overhead. Which 1s overhead? The overhead between --pure and

Re: Fast `guix environment --container' switch

2020-12-09 Thread Pierre Neidhardt
Hi Simon, Maybe a misunderstanding, the question is not about --pure. I'd like a `containerized hello' to start about as fast as non-containerized `hello', without the 1 s overhead. Cheers! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Fast `guix environment --container' switch

2020-12-09 Thread zimoun
Hi Pierre, On Wed, 09 Dec 2020 at 10:40, Pierre Neidhardt wrote: > `guix environment --container ... -- my-foo-program` is great but a bit > slow to start. > > Is there a way to speed this up? I get, cold cache: --8<---cut here---start->8--- $ sudo sh -c

Fast `guix environment --container' switch

2020-12-09 Thread Pierre Neidhardt
Hi Guix! `guix environment --container ... -- my-foo-program` is great but a bit slow to start. Is there a way to speed this up? I know that without --container, one can use --root to create a link and source the etc/profile from there. Is it possible to switch to such a root in a container?