[fix] nvim: broken dkjson package

Switch to nixos-unstable-small. This branch updates quicker, but tends
to test less GUI stuff, we use `nixos-unstable` for dev only, so no GUI
c:
This commit is contained in:
Jalil David Salamé Messina 2024-08-14 09:10:23 +02:00
parent 8b0592fa03
commit 69c98b09ec
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
# Flake inputs
inputs = {
nixpkgs.url = "nixpkgs/nixos-24.05";
unstable.url = "nixpkgs/nixos-unstable";
unstable.url = "nixpkgs/nixos-unstable-small";
# Lix
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz";