Got XZ files decompressing

This commit is contained in:
specCon18 2023-09-03 00:45:16 -04:00
parent 670a380cd5
commit 17ea4f951c
5 changed files with 50 additions and 42 deletions

View file

@ -1,5 +1,5 @@
{
description = "Spec's NixOS-config";
description = "ExtractRS for all you decompression needs";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
@ -19,13 +19,10 @@
clippy
lolcat
rust-analyzer
xz # Add xz (liblzma) to the build inputs
xz
pkg-config
];
# Add a shellHook to modify PKG_CONFIG_PATH
shellHook = ''
export PKG_CONFIG_PATH="${pkgs.xz}/lib/pkgconfig:$PKG_CONFIG_PATH"
'';
};
};
}