flake: update nixpkgs branch list for NixVim configs

This commit is contained in:
Gabriel Arazas 2024-02-15 05:50:59 +08:00
parent b0b7fb5cc9
commit 72ce52a9ee
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -5,7 +5,6 @@
fiesta = { fiesta = {
nixpkgsBranches = [ nixpkgsBranches = [
"nixos-unstable" "nixos-unstable"
"nixpkgs-unstable"
]; ];
neovimPackages = p: with p; [ neovimPackages = p: with p; [
neovim-nightly neovim-nightly
@ -15,7 +14,6 @@
trovebelt = { trovebelt = {
nixpkgsBranches = [ nixpkgsBranches = [
"nixos-unstable" "nixos-unstable"
"nixpkgs-unstable"
]; ];
neovimPackages = p: with p; [ neovimPackages = p: with p; [
neovim-nightly neovim-nightly