flake: replace option profile with is_devel

This commit is contained in:
Vladimir Vaskov 2024-07-28 17:55:35 +03:00
parent 19477c9bda
commit 3b15be4b38
No known key found for this signature in database
GPG key ID: CECAF75A5D478132

View file

@ -47,7 +47,7 @@
src = self; src = self;
mesonFlags = [ mesonFlags = [
"-Dprofile=development" "-Dis_devel=true"
]; ];
nativeBuildInputs = with pkgs; nativeBuildInputs = with pkgs;