add shell.nix
This commit is contained in:
parent
d269b05042
commit
e24fecea52
1 changed files with 11 additions and 0 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
propagatedNativeBuildInputs = with pkgs; [
|
||||
flex
|
||||
bison
|
||||
clang
|
||||
];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in a new issue