chore: remove commented parts from nix flake
This commit is contained in:
parent
a6abea0b02
commit
b65079d9d1
29
flake.nix
29
flake.nix
|
@ -51,32 +51,3 @@
|
|||
}
|
||||
);
|
||||
}
|
||||
# {
|
||||
# inputs = {
|
||||
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
# flake-utils.url = "github:numtide/flake-utils";
|
||||
# };
|
||||
#
|
||||
# outputs = {
|
||||
# self,
|
||||
# nixpkgs,
|
||||
# flake-utils,
|
||||
# }:
|
||||
# flake-utils.lib.eachDefaultSystem (
|
||||
# system: let
|
||||
# pkgs = nixpkgs.legacyPackages.${system};
|
||||
# texlive = pkgs.texlive.combine {inherit (pkgs.texlive) scheme-basic l3build;};
|
||||
# l3build-wrapped = pkgs.writeShellScriptBin "l3build-wrapped" ''
|
||||
# # NOTE: the trailing slash in TEXMF is required
|
||||
# TEXMF="${texlive}/" ${texlive}/bin/l3build "$@"
|
||||
# '';
|
||||
# in {
|
||||
# devShells.default = pkgs.mkShell {
|
||||
# buildInputs = [
|
||||
# texlive
|
||||
# l3build-wrapped
|
||||
# ];
|
||||
# };
|
||||
# }
|
||||
# );
|
||||
# }
|
||||
|
|
Loading…
Reference in New Issue