diff --git a/flake.nix b/flake.nix index 021c717..f63d239 100644 --- a/flake.nix +++ b/flake.nix @@ -47,5 +47,13 @@ centipede = cargoNix.workspaceMembers.centipede.build; default = centipede; }; + + devShell = pkgs.mkShell { + name = "centipede"; + + packages = [ + rust + ]; + }; }); } diff --git a/garnix.yaml b/garnix.yaml index b01ca30..2e01804 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -1,4 +1,5 @@ builds: include: - packages.*.* - - checks.*.* \ No newline at end of file + - checks.*.* + - devShell.* \ No newline at end of file