GNU bug report logs - #63893
[PATCH v3 2/2] gnu: nix: Update to 2.16.1

Previous Next

Package: guix-patches;

Reported by: Zhu Zihao <all_but_last <at> 163.com>

Date: Sun, 4 Jun 2023 16:32:02 UTC

Severity: normal

Tags: patch

Done: "jgart" <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zhu Zihao <all_but_last <at> 163.com>
Subject: bug#63893: closed (Re: [PATCH v3 2/2] gnu: nix: Update to 2.16.1)
Date: Wed, 12 Jul 2023 04:01:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63893: [PATCH v3 2/2] gnu: nix: Update to 2.16.1

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63893 <at> debbugs.gnu.org.

-- 
63893: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63893
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "jgart" <jgart <at> dismail.de>
To: 63893-done <at> debbugs.gnu.org, "Zhu Zihao" <all_but_last <at> 163.com>
Cc: control <at> debbugs.gnu.org
Subject: Re: [PATCH v3 2/2] gnu: nix: Update to 2.16.1
Date: Wed, 12 Jul 2023 04:00:33 +0000
Hi Zhu,

Thanks for the contribution. APPLIED. Sorry for the delay.

I tested this patch series in the following Guix container:

(use-modules (gnu))
(use-package-modules certs package-management)
(use-service-modules nix)

(define %simple-os
  (operating-system
    (host-name "komputilo")
    (timezone "Europe/Berlin")
    (locale "en_US.UTF-8")
    (bootloader (bootloader-configuration
                 (bootloader grub-bootloader)
                 (targets '("/dev/sdX"))))
    (file-systems (cons (file-system
                          (device (file-system-label "my-root"))
                          (mount-point "/")
                          (type "ext4"))
                        %base-file-systems))
    (firmware '())
    (packages (cons nss-certs %base-packages))
    (users (cons (user-account
                  (name "alice")
                  (comment "Bob's sister")
                  (group "users")
                  (supplementary-groups '("wheel" "audio" "video")))
                 %base-user-accounts))))

(define-syntax-rule (simple-operating-system user-services ...)
  "Return an operating system that includes USER-SERVICES in addition to
%BASE-SERVICES."
  (operating-system (inherit %simple-os)
                    (services (cons* user-services ... %base-services))))

(simple-operating-system (service nix-service-type))


Session:

root <at> komputilo /# nnn
bash: nnn: command not found
root <at> komputilo /# ls .
./  ../ 
root <at> komputilo /# ls -a
./  ../  bin/  dev/  etc/  gnu/  home/	nix/  proc/  root/  run/  tmp/	usr/  var/
root <at> komputilo /# cd root
root <at> komputilo /root# ls
root <at> komputilo /root# ls -a
./  ../  .Xdefaults  .bash_profile  .bashrc  .cache/  .config/	.guile	.nix-channels  .nix-defexpr/  .nix-profile  .zprofile
root <at> komputilo /root# ls .nix-profile
bin  manifest.nix  share
root <at> komputilo /root# ls .nix-profile/bin/
nnn
root <at> komputilo /root# .nix-profile/bin/nnn   
set HOME
root <at> komputilo /root# ./.nix-profile/bin/nnn
set HOME
root <at> komputilo /root# export HOME=/home/root
root <at> komputilo /root# ./.nix-profile/bin/nnn
root <at> komputilo /root# nix-env -q
WARNING: terminal is not fully functional
Press RETURN to continue 
nnn-4.8
root <at> komputilo /root# nix-env --version
nix-env (Nix) 2.16.1

[Message part 3 (message/rfc822, inline)]
From: Zhu Zihao <all_but_last <at> 163.com>
To: guix-patches <at> gnu.org
Subject: [PATCH]: gnu: nix: Update to 2.16.0.
Date: Mon, 05 Jun 2023 00:29:51 +0800
[Message part 4 (text/plain, inline)]
This is a series of patch update nix to 2.16.0.
-- 
Retrieve my PGP public key:

  gpg --recv-keys B3EBC086AB0EBC0F45E0B4D433DB374BCEE4D9DC

Zihao
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 314 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.