Skip to content

Commit

Permalink
flake: replace option profile with is_devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Jul 28, 2024
1 parent 19477c9 commit 3b15be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
src = self;

mesonFlags = [
"-Dprofile=development"
"-Dis_devel=true"
];

nativeBuildInputs = with pkgs;
Expand Down

0 comments on commit 3b15be4

Please sign in to comment.