Skip to content

Commit e7d827b

Browse files
committed
flake.nix: follow nixpkgs-unstable instead of nixos-unstable
1 parent 31b0e36 commit e7d827b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If you have any question, please use the [discussions page](https://github.com/n
8989

9090
> [!WARNING]
9191
> NixVim needs to be installed with a compatible nixpkgs version.
92-
> This means that the `main` branch of NixVim requires to be installed with `nixos-unstable`.
92+
> This means that the `main` branch of NixVim requires to be installed with `nixpkgs-unstable`.
9393
>
9494
> If you want to use NixVim with nixpkgs 24.11 you should use the `nixos-24.11` branch.
9595

flake.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "A neovim configuration system for NixOS";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
66

77
flake-parts = {
88
url = "github:hercules-ci/flake-parts";

templates/simple/flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "A nixvim configuration";
33

44
inputs = {
5-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
5+
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
66
nixvim.url = "github:nix-community/nixvim";
77
flake-parts.url = "github:hercules-ci/flake-parts";
88
};

0 commit comments

Comments
 (0)