feat: use neovim from unstable branch

This commit is contained in:
Jacob Bachmann 2024-08-01 18:21:03 +02:00
parent d43905e973
commit e8b1fbb1fb
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
5 changed files with 24 additions and 2 deletions

View file

@ -2,6 +2,7 @@
description = "Nix los hier";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";