mirror of
https://github.com/dwinkler1/np.git
synced 2026-05-22 21:23:31 -04:00
Update nixpkgs URL to point to unstable branch
This commit is contained in:
parent
dd29ead058
commit
893b92a863
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue