help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to remove %base-firmware from firmware variable


From: Tobias Geerinckx-Rice
Subject: Re: How to remove %base-firmware from firmware variable
Date: Fri, 22 Jan 2021 20:02:30 +0100

Znavko,

Guix's operating-system is a record. Records are just key-value pair collections. Some keys have default values, but there's no need to remove anything when you simply want to replace the default.

znavko--- via 写道:
I just want to unset 'firmware' or make it totally empty.

Pass the empty list as its value:

(operating-system
 ...
 (firmware (list))                     ; or '() if you like that
 ...)

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]