From 893b92a863d115dcf4687491c405634333c89ef9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 23 Apr 2026 19:07:46 +1000 Subject: [PATCH] Update nixpkgs URL to point to unstable branch --- templates/ed/flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/ed/flake.nix b/templates/ed/flake.nix index 46b9141..08a618d 100644 --- a/templates/ed/flake.nix +++ b/templates/ed/flake.nix @@ -114,7 +114,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; rixpkgs.url = "github:dwinkler1/rixpkgs/nixpkgs"; fran = { url = "github:dwinkler1/fran"; @@ -128,7 +128,12 @@ rixpkgs.follows = "rixpkgs"; nixpkgs.follows = "nixpkgs"; fran.follows = "fran"; + "plugins-r".follows = "plugins-r"; }; }; + "plugins-r" = { + url = "github:R-nvim/R.nvim/v0.99.3"; + flake = false; + }; }; }