replit.nix
Trying to get the unstable neovim, I found this
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 ]; }
Last updated 2 years ago