Rix packages repo is now an overlay to nixpkgs-unstable
This commit is contained in:
Daniel Winkler 2025-05-31 13:52:12 +02:00
commit b9c8fd1e8c
No known key found for this signature in database
3 changed files with 60 additions and 39 deletions

30
templates/r/flake.lock generated
View file

@ -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"
}
}
},