mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
moved config before inputs
This commit is contained in:
parent
49fce77750
commit
7499da9b92
1 changed files with 28 additions and 27 deletions
|
|
@ -1,32 +1,6 @@
|
||||||
{
|
{
|
||||||
description = "New Project";
|
description = "New Project";
|
||||||
inputs = {
|
|
||||||
rixpkgs.url = "https://github.com/rstats-on-nix/nixpkgs/archive/2025-08-11.tar.gz";
|
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
|
||||||
nixCats = {
|
|
||||||
url = "github:dwinkler1/nixCatsConfig";
|
|
||||||
inputs = {
|
|
||||||
nixpkgs.follows = "nixpkgs";
|
|
||||||
rixpkgs.follows = "rixpkgs";
|
|
||||||
plugins-cmp-pandoc-references.follows = "plugins-cmp-pandoc-references";
|
|
||||||
plugins-cmp-r.follows = "plugins-cmp-r";
|
|
||||||
plugins-r.follows = "plugins-r";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
## Git Plugins
|
|
||||||
"plugins-r" = {
|
|
||||||
url = "github:R-nvim/R.nvim";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
"plugins-cmp-r" = {
|
|
||||||
url = "github:R-nvim/cmp-r";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
"plugins-cmp-pandoc-references" = {
|
|
||||||
url = "github:jmbuhr/cmp-pandoc-references";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
outputs = {
|
outputs = {
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
|
@ -601,6 +575,33 @@
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
inputs = {
|
||||||
|
rixpkgs.url = "https://github.com/rstats-on-nix/nixpkgs/archive/2025-08-11.tar.gz";
|
||||||
|
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||||
|
nixCats = {
|
||||||
|
url = "github:dwinkler1/nixCatsConfig";
|
||||||
|
inputs = {
|
||||||
|
nixpkgs.follows = "nixpkgs";
|
||||||
|
rixpkgs.follows = "rixpkgs";
|
||||||
|
plugins-cmp-pandoc-references.follows = "plugins-cmp-pandoc-references";
|
||||||
|
plugins-cmp-r.follows = "plugins-cmp-r";
|
||||||
|
plugins-r.follows = "plugins-r";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
## Git Plugins
|
||||||
|
"plugins-r" = {
|
||||||
|
url = "github:R-nvim/R.nvim";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
"plugins-cmp-r" = {
|
||||||
|
url = "github:R-nvim/cmp-r";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
"plugins-cmp-pandoc-references" = {
|
||||||
|
url = "github:jmbuhr/cmp-pandoc-references";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
"https://rstats-on-nix.cachix.org"
|
"https://rstats-on-nix.cachix.org"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue