Remove justfile

This commit is contained in:
Oliver Davies 2024-07-23 22:13:02 +01:00
parent 6f53f8c026
commit 24e3e387b1
2 changed files with 4 additions and 47 deletions

View file

@ -1,17 +1,18 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = { nixpkgs, ... }:
outputs =
{ nixpkgs, ... }:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
inherit (pkgs) mkShell nixfmt-classic;
in {
in
{
devShells.${system}.default = mkShell {
packages = with pkgs; [
ghostscript
just
pdfpc
python310Packages.rst2pdf
texliveMedium # includes pdfjam