This commit is contained in:
iofq 2025-04-06 01:47:06 -05:00
parent 23bd257c9e
commit 9b0cab9709
7 changed files with 78 additions and 144 deletions

View file

@ -2,8 +2,8 @@
description = "Neovim derivation";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
nixpkgs-uns.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/master";
flake-utils.url = "github:numtide/flake-utils";
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
gen-luarc = {