Compare commits

..

1 commit

Author SHA1 Message Date
github-actions[bot]
d03c84fd38 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/4bd9165' (2026-04-14)
  → 'github:nixos/nixpkgs/1c3fe55' (2026-04-27)
• Updated input 'plugins-r':
    'github:R-nvim/R.nvim/b9cfffe' (2026-04-16)
  → 'github:R-nvim/R.nvim/989437b' (2026-04-27)
• Updated input 'wrappers':
    'github:BirdeeHub/nix-wrapper-modules/f11469c' (2026-04-16)
  → 'github:BirdeeHub/nix-wrapper-modules/099514f' (2026-04-29)
2026-04-29 05:57:55 +00:00
2 changed files with 4 additions and 9 deletions

6
flake.lock generated
View file

@ -101,11 +101,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1777489553, "lastModified": 1777442265,
"narHash": "sha256-zR4vCp+LXrfTOCrjEHrxhD8FAs8KdWqOUomJgF+ds08=", "narHash": "sha256-jbNG2oI9ZimEDGJ0lrFSQHUANSAbRYXOsprD3DAhZGY=",
"owner": "BirdeeHub", "owner": "BirdeeHub",
"repo": "nix-wrapper-modules", "repo": "nix-wrapper-modules",
"rev": "d3e027abcbf37f6185b1e131836490ef8764ec68", "rev": "099514fc679f0b1a6147157b490da19cd51cf160",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -10,13 +10,8 @@
}; };
config.specs.r = { config.specs.r = {
data = with pkgs.vimPlugins; [ data = [
config.nvim-lib.neovimPlugins.r config.nvim-lib.neovimPlugins.r
quarto-nvim
{
data = otter-nvim;
pname = "otter";
}
]; ];
}; };