Re: Anyone got distrobox working?

2023-10-25 Thread wolf
nippet from my system configuration: (simple-service 'subugid-config etc-service-type `(("subuid" ,(plain-file "subuid" "wolf:10:65536\n")) ("subgid" ,(plain-file "subgid" "wolf:10:65536\n"

Re: How to bump a package version locally?

2023-10-18 Thread wolf
On 2023-10-18 18:24:48 +, Hiep Pham wrote: > Hi, > > I want to bump `jsonnet` version from 0.17.0 to 0.20.0 from the master > branch of the `guix` repository. I edited the version in > `gnu/packages/cpp.scm`: > > (define-public jsonnet >(package > (name "jsonnet") > (version "

Re: Replicable environment with Python packages missing from Guix

2023-10-09 Thread wolf
On 2023-10-05 15:00:13 +0200, Lasse Schlör wrote: > Hello, > > I am in the process of setting up a replicable environment (OS & software > versions) for a research project using Guix. This includes an installation of > the Python package PsychoPy. > > As far as I understand, the ideal way to do

Re: Is there a post or blog on how to convert from a distro to guix losslessly

2023-10-07 Thread wolf
On 2023-10-07 15:55:29 -0400, Josh Marshall wrote: > I'm not looking to live that much on the edge! I personally did the conversion by backing the drive to a portable USB disk, doing clean install and copying the files back. That is what will most likely work. In place conversion are possible (I

Re: Development shell for diffutils does not appear to work - what am I doing wrong?

2023-09-27 Thread wolf
On 2023-09-27 11:58:32 +0100, Daniel Littlewood wrote: > Hi Ekaitz, thanks for you reply! > > Reading the docs a second time, I think I did misunderstand the > --development argument. The docs say > > Cause guix shell to include in the environment the dependencies of the > > following package rat

Re: How to create and maintain a personal Guix fork?

2023-09-25 Thread wolf
On 2023-09-05 09:18:45 -0700, Felix Lechner wrote: > Hi Wolf, > > On Sun, Sep 3, 2023 at 11:31 AM wolf wrote: > > > > I would like to start my own fork of the upstream Guix > > That's great news! I think it's the only way to contribute important > ch

How to create and maintain a personal Guix fork?

2023-09-03 Thread wolf
Hello Guix, Table of Contents _ 1. Introduction 2. How to create a fork? .. 1. guix time-machine .. 2. Any other limitations? 3. How to keep the fork up to date? .. 1. Authentication 4. Conclusion 1 Introduction == I would like to start my own fork of the upstream

Re: Creating a service that runs a user-installed package as root

2023-08-29 Thread wolf
On 2023-08-15 19:16:11 -0500, heat from fire via wrote: > Hi all, > > First time posting on this forum. > > I am trying to set up a service that runs "sudo mullvad-daemon" upon user > login. The mullvad package is installed through Nix on a user profile. > > I've tried creating a user servic

Re: Putting a file into system image ~user/ but not on reconfigure

2023-08-10 Thread wolf
On 2023-08-10 00:11:55 +0200, Hartmut Goebel wrote: >Hi, > >sorry for the hard to understand subject. > >I need to put a file into a system image (into ~user) which will not be >recreated or touched when running "system reconfigure" later, even if >not existent. So this is so

Re: Serializing service config to YAML

2023-07-27 Thread wolf
On 2023-07-27 00:37:14 +0200, Csepp wrote: > > TakeV writes: > > > [[PGP Signed Part:Undecided]] > > Hello there! > > > > I am attempting to create a service to run a package (specifically > > this https://github.com/superseriousbusiness/gotosocial) via shepherd. > > I have the config defined as

Re: Packaging a rust program with a lot of crates

2023-07-17 Thread wolf
On 2023-07-15 16:06:56 +0200, Wojtek Kosior via wrote: > Hi Paul! > > > I'm not a computer scientist at all. At best you could call me a > > GNU/Linux end user for some time, but only to consume, never to > > produce. I would like to contribute a little, and for that I want to > > start with guix.

Re: VSCode DevContainer for Guix? (Yasuaki Kudo)

2023-07-12 Thread wolf
On 2023-07-12 10:22:33 +0900, Yasuaki Kudo wrote: > Thank you for this link Zelphir! > > While I don't know much about this, it smells like the restrictions are the > same sort that Chrome and Firefox put as the proprietary surface layered on > top of the respective copyleft foundation? > > I t

Re: Whta is the significance of ~/.cache/guix/profiles?

2023-06-29 Thread wolf
Hi, On 2023-06-28 21:36:28 -0700, Felix Lechner via wrote: > Hi Unstable Horse, > > > Just guessing based on a quick check of the contents of it on my > > machine: probably serves as a cache of guix shell profiles. > > I also think that's what they are. > > Removing the links won't save much s

Re: guix docker on gitlab-ci

2023-06-05 Thread wolf
On 2023-06-05 16:37:50 +0100, Graham Addis wrote: > Hi Wolf, > > Not a particularly successful weekend... > > As --entry-point was used by other pack methods I thought the best > option would be to add a --docker-entry-point just for the docker > format and pass it into

Re: guix docker on gitlab-ci

2023-06-01 Thread wolf
On 2023-05-30 07:52:57 +0100, Graham Addis wrote: > Hi Worf, > > Thanks for the response, see below. > > On Mon, 29 May 2023 at 20:41, wolf wrote: > > > > On 2023-05-24 18:04:47 +0100, Graham Addis wrote: > > > Dear people, > > > > > >

Re: guix docker on gitlab-ci

2023-06-01 Thread wolf
On 2023-05-31 18:47:03 +0100, Graham Addis wrote: > Hi Wolf, > > On Tue, 30 May 2023 at 07:52, Graham Addis wrote: > > > > ENTRYPOINT ["executable", "param1", "param2"] # The exec form, which > > is the preferred form: > > I realise

Re: guix docker on gitlab-ci

2023-05-29 Thread wolf
On 2023-05-24 18:04:47 +0100, Graham Addis wrote: > Dear people, > > I tried to create a docker image to use in a gitlab-ci instance but it > failed because I couldn't use --entry-point="bin/sh -l -c" or > equivalent, basically the gitlab-runner complains that it can't run > binaries. Would this

Xorg output hot-plug not working

2023-05-24 Thread wolf
(dependencies mapped-devices (bootloader (bootloader-configuration (bootloader grub-efi-removable-bootloader) (targets '("/boot/efi0" (users (cons* (user-account (name "wolf&q

Re: Guix website Czech translation

2023-05-10 Thread wolf
ike to help, go ahead. I'm happy to hear that, I will leave it up to you then, after all, it's your school project. :) > > Sent from Outlook for Android<https://aka.ms/AAb9ysg> > > > From: wolf > Sent: Thursday, 11 May 2023, 00:

Re: Guix website Czech translation

2023-05-10 Thread wolf
Hi, On 2023-05-10 23:12:25 +0200, Julien Lepiller wrote: > Le Wed, 10 May 2023 21:09:26 +0200, > Julien Lepiller a écrit : > > > It's a manual process. I'll update it as soon as possible. > > > > Le 10 mai 2023 14:55:30 GMT+02:00, "Kryštof Šourek via" > > a écrit : > > >Hi, > > > > > >I've bee

guix import go: How to work around https://issues.guix.gnu.org/54097 ?

2023-05-07 Thread wolf
Hello, I'm trying to use go-importer to build terraform using Guix. However, along the way I did encounter https://issues.guix.gnu.org/54097, leading to following error: $ guix import go -r --pin-versions github.com/hashicorp/terraform following redirection to `https://github.com/google/

Re: How To Search Git Tree?

2023-04-27 Thread wolf
On 2023-04-27 22:24:30 +, mhrunn...@yahoo.com wrote: > The https://git.savannah.gnu.org/cgit/guix.git/tree/ is a great resource for > exploring the Guix source code. > > However, manually traversing the tree is cumbersome and slow. > > Is there a method or technique or tool for searching the

Re: System configuration for different keyboard options on a per-physical keyboard basis

2023-04-24 Thread wolf
Hello, On 2023-04-02 13:49:56 +, P. p. phalantha wrote: > Hi all, > > I am running the GNU Guix operating system on my laptop. I want to swap > caps lock with control (ctrl:swapcaps) when using the laptop keyboard, but > not when using a bluetooth external keyboard. Is there a way to configur

Re: Alternatives to --emulate-fhs on foreign distros

2023-04-20 Thread wolf
Hey :) While slightly of topic, I have to wonder about: On 2023-04-19 06:18:33 +, Kyle Andrews wrote: > The main bashism I use is default environment variables ${FOO:-bar}. I'm pretty sure that is just regular POSIX compatible syntax no? At least if I read [0] correctly. 0: https://pubs.op

guile: Unbound variable: spawn

2023-03-22 Thread wolf
Hi, I'm trying to call my own guile script from a guix shell, and I'm getting error about `spawn' not being bound. I simplified the reproduction to a simple example: /tmp/x $ guix shell --container -m manifest.scm -- guile -c spawn Backtrace: In ice-9/boot-9.scm: 1752:10 7 (wit

Re: installation on LVM on LUKS

2023-03-03 Thread wolf
On 2023-03-03 18:03:39 +0100, Emmanuel Beffara wrote: > Hi Roman, > > Thanks for the suggestions. > > De Roman Scherer le 03/03/2023 à 16:05: > > did you add the cryptsetup-static and lvm2-static packages to the > > packages field of your operating system? > > I had not, but I just tried adding

Re: Changing dns during installation

2022-12-24 Thread Wolf
On 2022-12-24 19:20:06 +0300, Kefir . wrote: > Hi guix, is there way to change nameservers during manual installation? > I did not test it, so sorry if this is wrong, but I would assume something like echo nameserver 1.1.1.1 >/etc/resolv.conf should work? Did you try it? W. -- There are

Re: Few questions regarding the installation

2022-12-18 Thread Wolf
Hello, On 2022-12-17 03:41:17 +0100, Tobias Geerinckx-Rice wrote: > Hi Wolf, > > Wolf 写道: > > But it is not on the path: > > > > root@gnu ~# pvcreate > > bash: pvcreate: command not found > > Indeed, lvm2(-static) wasn't actually inst

Few questions regarding the installation

2022-12-16 Thread Wolf
Hello, I started experimenting with Guix (currently just trying to install new system inside a qemu) and I have couple questions regarding the installation process. For my setup, I want to use LVM, so I'm glad it is distributed on the installation image. However, I have a hard time actually usi

Re: Using Makefile to run guix shell?

2022-12-08 Thread Wolf
On 2022-12-07 09:47:16 -0500, Peter Polidoro wrote: > I could use a different Makefile name for my guix commands, but that makes > my commands less convenient to type. I guess you could do something like alias ,make=make\ -f\ Makefile.mine and then invoke it as ,make guix-shell That wi

"Unsupported manifest format" error, likely corrupt store

2022-11-26 Thread Tyler Wolf via
85:16 1 (raise-exception _ #:continuable? _) 1685:16 0 (raise-exception _ #:continuable? _) Any help would be greatly appreciated. Thanks,Tyler Wolf

Re: Guix SD and Emacs

2022-11-23 Thread Wolf
On 2022-11-23 17:30:07 +, ( wrote: > That's why I use this code to redirect all custom customisations into > ~/.config/emacs/custom.el: > > (setq custom-file > (concat (or (getenv "XDG_CONFIG_HOME") > (concat (getenv "HOME") "/.config")) > "/emacs/

SSD keeps being lost, power source must be replugged to fix

2022-11-15 Thread Tyler Wolf via
irectly into my motherboard, Does anyone know how to fix this? Is this a hardware problem? A Guix problem? Or perhaps a problem with f2fs. Any help is appreciated. Thanks, Tyler Wolf