mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
refactor
Rix packages repo is now an overlay to nixpkgs-unstable
This commit is contained in:
parent
c16f325b9a
commit
b9c8fd1e8c
3 changed files with 60 additions and 39 deletions
|
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
description = "Project Template";
|
||||
inputs = {
|
||||
nixpkgs = {
|
||||
url = "https://github.com/rstats-on-nix/nixpkgs/archive/2025-05-05.tar.gz";
|
||||
};
|
||||
rixpkgs.url = "https://github.com/rstats-on-nix/nixpkgs/archive/2025-05-19.tar.gz";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
nCats.url = "github:dwinkler1/nixCatsConfig";
|
||||
nCats.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
|
@ -23,6 +22,9 @@
|
|||
prev.dependencyOverlays
|
||||
++ [
|
||||
(utils.standardPluginOverlay inputs)
|
||||
(final: prev: {
|
||||
rpkgs = import inputs.rixpkgs {inherit system;};
|
||||
})
|
||||
(import ./rpkgs.nix)
|
||||
];
|
||||
categoryDefinitions = utils.mergeCatDefs prev.categoryDefinitions (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue