Skip to content

Commit

Permalink
fix: nixpkg target name
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Feb 9, 2025
1 parent f8aa6a2 commit 7f9f4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@
// {
inherit cargoArtifacts;
cargoExtraArgs = ''
--example multi_login
--example mania_multi_login
'';
postInstall = ''
mkdir -p $out/bin
cp ./target/release/examples/multi_login $out/bin/mania
cp ./target/release/examples/mania_multi_login $out/bin/mania
'';
}
);
Expand Down

0 comments on commit 7f9f4cc

Please sign in to comment.