Better rust and latex configuration
This commit is contained in:
parent
f93a17a74f
commit
1011735683
4 changed files with 62 additions and 5 deletions
|
|
@ -13,6 +13,7 @@
|
|||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
nix-rice = { url = "github:bertof/nix-rice"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; }; };
|
||||
pre-commit-hooks = { url = "github:cachix/pre-commit-hooks.nix"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; }; };
|
||||
tex2nix = { url = "github:Mic92/tex2nix"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; }; };
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -27,6 +28,7 @@
|
|||
, nixos-hardware
|
||||
, nix-rice
|
||||
, pre-commit-hooks
|
||||
, tex2nix
|
||||
}:
|
||||
let
|
||||
config = {
|
||||
|
|
@ -43,6 +45,7 @@
|
|||
(self: _: {
|
||||
stable = import nixpkgs { inherit config overlays; inherit (self) system; };
|
||||
unstable = import nixpkgs-u { inherit config overlays; inherit (self) system; };
|
||||
inherit (tex2nix.packages.${self.system}) tex2nix;
|
||||
})
|
||||
|
||||
# Nix rice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue