Skip to content

Commit

Permalink
fix(nix): Fix Nix package - missing features
Browse files Browse the repository at this point in the history
  • Loading branch information
shymega committed Mar 21, 2024
1 parent 4297452 commit 14d753f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ rustPlatform.buildRustPackage {
allowBuiltinFetchGit = true;
};

cargoBuildFlags = [
"--features=stock-codi,codios-codi,nixos"
];

nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [ systemd.dev ];

Expand Down

0 comments on commit 14d753f

Please sign in to comment.