Skip to content

Instantly share code, notes, and snippets.

View daniel-fahey's full-sized avatar

Daniel Fahey daniel-fahey

  • London
  • 04:03 (UTC +01:00)
View GitHub Profile
@daniel-fahey
daniel-fahey / flake.nix
Created January 20, 2025 23:49
NixVim custom plugin module loading issue after specialArgs.lib removal (reprex)
{
description = "NixVim Reprex VM Flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixvim = {
url = "github:nix-community/nixvim/b5efe91c5215aaaeefbb117d1951ea773e96ddd1"; # Breaking commit that removed specialArgs.lib
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
@daniel-fahey
daniel-fahey / README.md
Last active February 9, 2024 14:56
Barebones demo on a basic LaTeX document

Get a TeX Live bundle, e.g. on Nix:

nix-shell -p texlive.combined.scheme-basic

Or with Homebrew for macOS:

brew install --cask mactex