setup a dev shell
This commit is contained in:
parent
f26aef4707
commit
8bef21cb94
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -15,6 +15,16 @@
|
|||
in
|
||||
{
|
||||
formatter = pkgs.nixpkgs-fmt;
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
go_1_22
|
||||
gnumake
|
||||
meson
|
||||
ninja
|
||||
cmake
|
||||
pkg-config
|
||||
];
|
||||
};
|
||||
packages = rec {
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue