Better rust and latex configuration

This commit is contained in:
Filippo Berto 2022-12-24 15:19:02 +01:00
parent f93a17a74f
commit 1011735683
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
4 changed files with 62 additions and 5 deletions

26
flake.lock generated
View file

@ -316,7 +316,31 @@
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"nixpkgs-u": "nixpkgs-u",
"pre-commit-hooks": "pre-commit-hooks_2"
"pre-commit-hooks": "pre-commit-hooks_2",
"tex2nix": "tex2nix"
}
},
"tex2nix": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1671620613,
"narHash": "sha256-QJaDy+y77/XiSMGxcV029gnDRgjakUfr+PrZNJDtQC8=",
"owner": "Mic92",
"repo": "tex2nix",
"rev": "9ec1c0cd8eecf938f4954c53755c4564679486d9",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "tex2nix",
"type": "github"
}
},
"utils": {