fix(flake): add buildinputs to devShell #18

Merged
bpeetz merged 1 commits from sils/core:headless into headless 2024-05-08 17:17:30 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@
valgrind valgrind
licensure licensure
]; ];
inherit nativeBuildInputs buildInputs;
}; };
}); });
} }