Updated packages to latest

1c883be601dd… · Ryan Schanzenbacher ·

parent f3ee8355e3b4… diff

Changed files

FileChanges
channels.scm +3 −3 raw
home-config/fish/config.fish +0 −2 raw
diff --git a/channels.scm b/channels.scm
index c49781a..0beaf44 100644
--- a/channels.scm
+++ b/channels.scm
@@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
- "e32e3d0a03dc17c4c54a91aad053c9036998b601")
+ "308877be17b2c2c92d972e105e8cc6a782ab4c82")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
@@ -14,7 +14,7 @@
(url "https://gitlab.com/nonguix/nonguix")
(branch "master")
(commit
- "1d8f477b6d3e497a3b98d68dfcb575c7df50416a")
+ "ea84538b887df3aa3bdd61d5e4c284f1548e5520")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
@@ -25,7 +25,7 @@
(url "https://codeberg.org/hako/rosenthal.git")
(branch "trunk")
(commit
- "8ca24e4559bc0b9eb5c736af1e04e600101dc593")
+ "1deb97ada4d7d8c2d501738fcc1532a605de51a7")
(introduction
(make-channel-introduction
"7677db76330121a901604dfbad19077893865f35"
diff --git a/home-config/fish/config.fish b/home-config/fish/config.fish
index 136a9b1..aa7f164 100644
--- a/home-config/fish/config.fish
+++ b/home-config/fish/config.fish
@@ -16,8 +16,6 @@ if status is-login
set -gx GOPATH ~/.go
set -gx EDITOR nvim
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
find ~/.config/fish/ -name "*tmp*" -exec rm {} +
end