Add texlive
This commit is contained in:
parent
27eb76e00e
commit
eac01c9ab3
@ -146,6 +146,7 @@ EOF";
|
|||||||
zsh.interactiveShellInit = (builtins.readFile ./.zshrc);
|
zsh.interactiveShellInit = (builtins.readFile ./.zshrc);
|
||||||
};
|
};
|
||||||
environment.systemPackages = (with pkgs; [
|
environment.systemPackages = (with pkgs; [
|
||||||
|
texlive.combined.scheme-basic
|
||||||
terraform # TODO(jeremy): Replace with opentofu when that is an option.
|
terraform # TODO(jeremy): Replace with opentofu when that is an option.
|
||||||
terraform-ls
|
terraform-ls
|
||||||
consul
|
consul
|
||||||
|
6
nix/darwin/flake.lock
generated
6
nix/darwin/flake.lock
generated
@ -36,12 +36,12 @@
|
|||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-oYMNKaAUEjuXaevB25lSy4tTg047aKzr7dotcL573Vw=",
|
"narHash": "sha256-FpujwFIx2bubT7wtgYSHve+hlDoZBTO7DELMowAEeww=",
|
||||||
"path": "/nix/store/jhrragm07slg62sy6c9726zwwpxfzrs4-source/nix/base-system",
|
"path": "/nix/store/9ap10sma6dkx591mgh06698l34zyxmv6-source/nix/base-system",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/nix/store/jhrragm07slg62sy6c9726zwwpxfzrs4-source/nix/base-system",
|
"path": "/nix/store/9ap10sma6dkx591mgh06698l34zyxmv6-source/nix/base-system",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user