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 neovim configuration system for NixOS";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-parts = {
url = "github:hercules-ci/flake-parts";