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
30
templates/r/flake.lock
generated
30
templates/r/flake.lock
generated
|
|
@ -39,14 +39,17 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1746525332,
|
||||
"narHash": "sha256-hnr+j3EeNt0An/+2N+7p7/UAfR3jWTaHSwHdr7K86aU=",
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/rstats-on-nix/nixpkgs/archive/2025-05-05.tar.gz"
|
||||
"lastModified": 1748506378,
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "3866ad91cfc172f08a6839def503d8fc2923c603",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/rstats-on-nix/nixpkgs/archive/2025-05-05.tar.gz"
|
||||
"owner": "nixos",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"plugins-r": {
|
||||
|
|
@ -77,10 +80,23 @@
|
|||
"url": "https://github.com/rstats-on-nix/nixpkgs/archive/2025-04-29.tar.gz"
|
||||
}
|
||||
},
|
||||
"rixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1747664360,
|
||||
"narHash": "sha256-DskCWKtHNGApsP3PI/HB+fETs3qXpwul3PtSgTb++N4=",
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/rstats-on-nix/nixpkgs/archive/2025-05-19.tar.gz"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/rstats-on-nix/nixpkgs/archive/2025-05-19.tar.gz"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"nCats": "nCats",
|
||||
"nixpkgs": "nixpkgs"
|
||||
"nixpkgs": "nixpkgs",
|
||||
"rixpkgs": "rixpkgs_2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue