flake.nix: follow nixpkgs-unstable instead of nixos-unstable

This commit is contained in:
Gaetan Lepage 2025-01-19 15:06:59 +01:00
parent 31b0e36087
commit e7d827bb32
4 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@
description = "A nixvim configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixvim.url = "github:nix-community/nixvim";
flake-parts.url = "github:hercules-ci/flake-parts";
};