about summary refs log tree commit diff
path: root/home/shell/fish/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-04 18:57:00 -0700
committerFranck Cuny <franck@fcuny.net>2022-11-04 18:57:00 -0700
commit9db592b2016d8e26ee5da5f3ef7cf1e19bf5ed33 (patch)
tree6326a02fd7afc06b75148ee56145d1cc164462b4 /home/shell/fish/default.nix
parentref: update rust's template to use crane (diff)
downloadworld-9db592b2016d8e26ee5da5f3ef7cf1e19bf5ed33.tar.gz
ref(home/packages): don't install openssl
It's usually needed for developing some rust projects, but this should
be setup by the flake of that project.
Diffstat (limited to 'home/shell/fish/default.nix')
-rw-r--r--home/shell/fish/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/home/shell/fish/default.nix b/home/shell/fish/default.nix
index c6143f8..d000cd9 100644
--- a/home/shell/fish/default.nix
+++ b/home/shell/fish/default.nix
@@ -20,10 +20,6 @@ in
             end
           end
         end
-
-        # I don't know why I need to do this, but otherwise I can't
-        # build rust packages with `cargo build' if it's not set ...
-        set -Ux PKG_CONFIG_PATH "${pkgs.openssl.dev}/lib/pkgconfig"
       '';
       loginShellInit = lib.mkIf swayEnabled ''
         if test -z "$DISPLAY"; and test (tty) = "/dev/tty1"