add devShell meta.description

This commit is contained in:
Sridhar Ratnakumar 2024-08-07 12:55:21 -04:00
parent e74a532044
commit ad15c49ffa
No known key found for this signature in database

View file

@ -91,6 +91,7 @@
packages.default = self'.packages.activate;
devShells.default = pkgs.mkShell {
meta.description = "Dev environment for nixos-config";
inputsFrom = [ config.treefmt.build.devShell ];
packages = with pkgs; [
just