aboutsummaryrefslogtreecommitdiff
path: root/nix/COPYING
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2020-01-17 18:30:00 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2020-01-18 13:08:11 +0100
commite478fd9747c0a97212ec86871c68feb1641961bb (patch)
treeb9c3144a0c57ddba784424c97b48331bbe2792c3 /nix/COPYING
parent1cc9c38e902aeb03295e9728b4cf40ff2b302716 (diff)
downloadguix-e478fd9747c0a97212ec86871c68feb1641961bb.tar.gz
guix-e478fd9747c0a97212ec86871c68feb1641961bb.zip
refresh: Fix internal variable name.
* guix/scripts/refresh.scm (%option): Fix internal variable name.
Diffstat (limited to 'nix/COPYING')
0 files changed, 0 insertions, 0 deletions
ecify the Btrfs subvolume file name the store resides on to the `operating-system-bootcfg' procedure, using the new BTRFS-SUBVOLUME-FILE-NAME argument. * doc/guix.texi (File Systems): Add a Btrfs subsection to document the use of subvolumes. * gnu/tests/install.scm (%btrfs-root-on-subvolume-os) (%btrfs-root-on-subvolume-os-source) (%btrfs-root-on-subvolume-installation-script) (%test-btrfs-root-on-subvolume-os): New variables. Maxim Cournoyer 2020-05-20file-systems: Add helpers for parsing the options string into an alist....* gnu/system/file-systems.scm (file-system-options->alist) (alist->file-system-options): New procedures. * tests/file-systems.scm: New tests. * doc/guix.texi (File Systems): Add note about the newly added procedures. Maxim Cournoyer