aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/elf.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2023-10-07 13:54:30 -0400
committerLeo Famulari <leo@famulari.name>2023-07-23 22:26:04 -0400
commit54edc96c4d85c55feb0f64fdc1919c7d26b6e13b (patch)
tree416422dc3aa0c286218cc3edfac083b042754dca /gnu/packages/elf.scm
parentef365619b28c616dcc96d7e2cf81007dd88c7c6d (diff)
downloadguix-54edc96c4d85c55feb0f64fdc1919c7d26b6e13b.tar.gz
guix-54edc96c4d85c55feb0f64fdc1919c7d26b6e13b.zip
gnu: linux-libre 6.1: Update to 6.1.56.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.56. (linux-libre-6.1-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/elf.scm')
0 files changed, 0 insertions, 0 deletions
868'>system: Define default 'PS1' in /etc/bashrc rather than ~/.bashrc.Ludovic Courtès Users can override 'PS1' in ~/.bashrc if they wish. Previously, on Guix Home, the "default" 'PS1' would be set in ~/.bashrc when 'home-bash-configuration-guix-defaults?' is true, preventing users from overriding it via the 'environment-variables' field of 'home-bash-extension'. * gnu/system/shadow.scm (%default-bashrc): Remove 'PS1' setting. * gnu/system.scm (operating-system-etc-service): Define PS1 in /etc/bashrc. * gnu/home/services/shells.scm (add-bash-configuration): When 'home-bash-configuration-guix-defaults?' is true, add a default 'PS1' to ~/.bash_profile. 2023-01-05system, home: Factorize default '.bashrc'.Ludovic Courtès * 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.