Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Dec 2, 2024
1 parent 23e5d14 commit 6a2fd18
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,11 @@ let
{
inherit src stdenv;

cargoExtraArgs = "--locked ${features} --workspace ${excludeParam}";
strictDeps = true;

meta = {
description = "ActivityPub-federated microblogging";
homepage = "https://joinkitsune.org";
};

NIX_OUTPATH_USED_AS_RANDOM_SEED = "aaaaaaaaaa";
CARGO_PROFILE = "dist";
cargoExtraArgs = "--locked ${features} --workspace ${excludeParam}";
NIX_OUTPATH_USED_AS_RANDOM_SEED = "aaaaaaaaaa";
}
// (pkgs.lib.optionalAttrs debugBuild.value {
# do a debug build, as `dev` is the default debug profile
Expand Down

0 comments on commit 6a2fd18

Please sign in to comment.