mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
provide dev shell
This commit is contained in:
parent
6bb6294aad
commit
fbc926acea
4 changed files with 10 additions and 49 deletions
4
shells/c-env.nix
Normal file
4
shells/c-env.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs }: pkgs.mkShell {
|
||||
buildInputs = with pkgs; [ openssl zlib ];
|
||||
nativeBuildInputs = with pkgs; [ pkg-config cmake ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue