aboutsummaryrefslogtreecommitdiff
path: root/nix/boost/throw_exception.hpp
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-11 08:14:46 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-11 08:15:10 +0300
commit9fe9020645cbc052f16cd9a274a1a8364e5d6435 (patch)
treebfb57b37cb13e7c8253ac412e536f848b3cc66aa /nix/boost/throw_exception.hpp
parentcdc82b2f6e89ee2817419fa6d46ece6d2e424919 (diff)
downloadguix-9fe9020645cbc052f16cd9a274a1a8364e5d6435.tar.gz
guix-9fe9020645cbc052f16cd9a274a1a8364e5d6435.zip
gnu: csmith: Add source file-name.
* gnu/packages/linux.scm (csmith)[source]: Add file-name field.
Diffstat (limited to 'nix/boost/throw_exception.hpp')
0 files changed, 0 insertions, 0 deletions
bash-configuration): When 'home-bash-configuration-guix-defaults?' is true, add a default 'PS1' to ~/.bash_profile. Ludovic Courtès 2023-01-05system, home: Factorize default '.bashrc'....* gnu/system/shadow.scm (%default-bashrc): New variable. Source /etc/bashrc only if it exists. (default-skeletons): Use it. * gnu/home/services/shells.scm (guix-bashrc): Remove. (add-bash-configuration): Refer to '%default-bashrc' instead. Ludovic Courtès 2021-02-03Merge branch 'master' into core-updatesChristopher Baines 2021-01-20services: Do not warn, when duplicate users are eq?....* gnu/system/shadow.scm (account-activation): Delete duplicate (eq?) users and groups before transforming them to specs and asserting, that names are unique. Leo Prikler 2021-01-20shadow: End duplicate warnings with new lines....The change from formatted message causes the line to no longer automatically be ended. This will need to be reverted once again, when duplicate names become hard errors. * gnu/system/shadow.scm (assert-unique-account-names) (assert-unique-group-names): End format strings in ~%. Leo Prikler 2021-01-13Reapply "system: Assert, that user and group names are unique."...* gnu/system/shadow.scm (assert-unique-account-names) (assert-unique-group-names): Demote formatted-message to warning. Leo Prikler 2021-01-12Revert "system: Assert, that user and group names are unique."...This reverts commit a3002104a84c60556b6616d100cb98019e48759d, which breaks certain system configurations like: $ guix system reconfigure config.scm guix system: error: the following groups appear more than once: lp Jonathan Brielmaier 2021-01-11system: Assert, that user and group names are unique....*gnu/system/shadow.scm (find-duplicates): New variable. (assert-unique-account-names, assert-unique-group-names): New variables. (account-activation): Use them here. Leo Prikler