build(flake): remove just

This commit is contained in:
Oliver Davies 2023-10-11 19:20:26 +01:00
parent 596684a71d
commit 1586971eea
2 changed files with 1 additions and 29 deletions

View file

@ -12,10 +12,7 @@
formatter = pkgs.nixpkgs-fmt;
devshells.default = {
packages = with pkgs; [
just
python310Packages.rst2pdf
];
packages = with pkgs; [ python310Packages.rst2pdf ];
};
};
};