Updated packages to latest

This commit is contained in:
Ryan Schanzenbacher 2024-10-07 13:23:19 -04:00
parent f3ee8355e3
commit 1c883be601
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
2 changed files with 3 additions and 5 deletions

View file

@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git") (url "https://git.savannah.gnu.org/git/guix.git")
(branch "master") (branch "master")
(commit (commit
"e32e3d0a03dc17c4c54a91aad053c9036998b601") "308877be17b2c2c92d972e105e8cc6a782ab4c82")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad" "9edb3f66fd807b096b48283debdcddccfea34bad"
@ -14,7 +14,7 @@
(url "https://gitlab.com/nonguix/nonguix") (url "https://gitlab.com/nonguix/nonguix")
(branch "master") (branch "master")
(commit (commit
"1d8f477b6d3e497a3b98d68dfcb575c7df50416a") "ea84538b887df3aa3bdd61d5e4c284f1548e5520")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc" "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
@ -25,7 +25,7 @@
(url "https://codeberg.org/hako/rosenthal.git") (url "https://codeberg.org/hako/rosenthal.git")
(branch "trunk") (branch "trunk")
(commit (commit
"8ca24e4559bc0b9eb5c736af1e04e600101dc593") "1deb97ada4d7d8c2d501738fcc1532a605de51a7")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"7677db76330121a901604dfbad19077893865f35" "7677db76330121a901604dfbad19077893865f35"

View file

@ -16,8 +16,6 @@ if status is-login
set -gx GOPATH ~/.go set -gx GOPATH ~/.go
set -gx EDITOR nvim set -gx EDITOR nvim
set -gax --path XDG_DATA_DIRS ~/.nix-profile/share set -gax --path XDG_DATA_DIRS ~/.nix-profile/share
set -gax --path PKG_CONFIG_PATH /run/current-system/profile/lib/pkgconfig
set -gax --path LD_LIBRARY_PATH /run/current-system/profile/lib
# Bad # Bad
find ~/.config/fish/ -name "*tmp*" -exec rm {} + find ~/.config/fish/ -name "*tmp*" -exec rm {} +
end end