diff options
Diffstat (limited to '')
-rw-r--r-- | home/shell/fish/default.nix | 4 | ||||
-rw-r--r-- | modules/system/packages/default.nix | 3 |
2 files changed, 0 insertions, 7 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" diff --git a/modules/system/packages/default.nix b/modules/system/packages/default.nix index 78ab52f..3e65990 100644 --- a/modules/system/packages/default.nix +++ b/modules/system/packages/default.nix @@ -30,12 +30,9 @@ in mg mtr numactl - openssl - openssl.dev parted pciutils perf-tools - pkg-config powertop rsync sqlite |