mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 14:30:58 -05:00
trying new import strategy
This commit is contained in:
parent
8f5c05252e
commit
705ff17e56
4 changed files with 36 additions and 25 deletions
|
|
@ -10,7 +10,7 @@
|
|||
url = "github:BirdeeHub/nix-wrapper-modules";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
rixpkgs.url = "https://github.com/rstats-on-nix/nixpkgs/archive/2026-01-19.tar.gz";
|
||||
rixpkgs.url = "github:dwinkler1/rixpkgs/nixpkgs";
|
||||
|
||||
fran = {
|
||||
url = "github:dwinkler1/fran";
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
nix = def true;
|
||||
optional = def false;
|
||||
python = def false;
|
||||
r = def false;
|
||||
r = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
@ -68,6 +68,7 @@
|
|||
janitor
|
||||
styler
|
||||
tidyverse
|
||||
pkgs.extraRPackages.synthdid
|
||||
];
|
||||
|
||||
julia = ["DataFramesMeta" "QuackIO"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue