1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

add nixpkgs to flake inputs

This commit is contained in:
Pedro Alves 2023-02-20 11:14:07 +00:00
parent ef05078fac
commit df7a6500e4
2 changed files with 11 additions and 8 deletions

View file

@ -2,6 +2,7 @@
description = "A neovim configuration system for NixOS";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.beautysh.url = "github:lovesegfault/beautysh";
inputs.beautysh.inputs.nixpkgs.follows = "nixpkgs";