On 26-07-2022 08:00, jgart wrote:
Hi Guixers,
How can we make it easier to install nix with guix on a foreign distro?
Guix System has a nix-service-type but there is no such thing on Debian.
wdyt
This sounds like a question for Nix or Debian people to me, as AFAICT it
doesn't concern Guix.
Hello Guix,
Coming from Nix, I am considering switching to Guix in long term.
So far, my biggest gripe with nixpkgs culture, i.e. package vendoring,
seems to be well objected by Guix philosophy.
My current goal is to package software I use and/or maintain,
some of which are written in Zig. Since
Am Dienstag, dem 26.07.2022 um 19:56 +0900 schrieb mcsi...@disroot.org:
> In case this has not been discussed before, what shall be the plan
> for interdependent Zig packages in Guix? On top of my head there are
> a few options:
>
> 1. Wait until Zig reaches 1.0; it's too soon to decide now.
> 2.
On 26-07-2022 20:48, Liliana Marie Prikler wrote:
4. Convince Zig maintainers to perhaps maybe not join the ranks of Rust
et al. and produce reusable shared libraries?
I'd like to clarify that Rust supports shared libraries (*) just fine,
it's Cargo that insists on source code.
Looking at
I just installed the nix package provided by the host distro (not
guix). Seems to work fine.
On Tue, 26 Jul 2022 16:16:58 -0500 Nathan Dehnel wrote:
> I just installed the nix package provided by the host distro (not
> guix). Seems to work fine.
Hi Nathan,
I've done that plenty of times before. That's usually how I install nix
on a foreign distro (i.e. by using apt or xbps (void linux),
On Tue, 26 Jul 2022 12:10:22 +0200 Maxime Devos wrote:
> On 26-07-2022 08:00, jgart wrote:
>
> > Hi Guixers,
> >
> > How can we make it easier to install nix with guix on a foreign distro?
> >
> > Guix System has a nix-service-type but there is no such thing on Debian.
> >
> > wdyt
>
> This soun
Should we make a guide for developing with js and guix?
For example, how does a js developer use `guix shell` to load a js lib like
node-rimraf in a repl currently?
There's currently no doc for getting started with that iirc
It's a common limitation of packages that provide a server. Guix doesn't manage
daemons on foreign distros, it's the role of your distro.
You might be able to set it up by installing as root, maybe manually copy the
systemd service and hope that's enough. We can't support all methods of running