Skip to content

Commit

Permalink
nix: remove postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 3, 2024
1 parent 99ac689 commit de71df8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions nix/keyboard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ rustPlatform.buildRustPackage rec {
LIBCLANG_PATH = "${libclang.lib}/lib";
LD_LIBRARY_PATH = "${glib}/lib";

postInstall = ''
mkdir -p $HOME/.config/reset
mkdir -p $HOME/.config/reset/plugins
ln -sf $out/target/release/lib${pname}_plugin.so $HOME/.config/reset/plugins/.
'';

meta = with lib; {
description = "A keyboard configuration plugin for the ReSet settings application.";
homepage = "https://github.com/DashieTM/ReSet-Plugins";
Expand Down
6 changes: 0 additions & 6 deletions nix/monitor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ rustPlatform.buildRustPackage rec {

copyLibs = true;

postInstall = ''
mkdir -p $HOME/.config/reset
mkdir -p $HOME/.config/reset/plugins
ln -sf $out/target/release/lib${pname}.so $HOME/.config/reset/plugins/.
'';

meta = with lib; {
description = "A monitor configuration plugin for the ReSet settings application.";
homepage = "https://github.com/DashieTM/ReSet-Plugins";
Expand Down

0 comments on commit de71df8

Please sign in to comment.