Last updated 2 years ago
Was this helpful?
replit.nix
Trying to get the unstable neovim, I found
unstable
let unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) { }; in { nixpkgs ? import <nixpkgs> {} }: with nixpkgs; mkShell { buildInputs = [ hello unstable.neovim nixfmt ]; }