pkgs: migrate to nilla
This commit is contained in:
parent
9a382947e3
commit
b79769a5ea
5 changed files with 93 additions and 89 deletions
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
pkgs,
|
||||
system,
|
||||
fenix,
|
||||
crane,
|
||||
src,
|
||||
|
@ -11,12 +13,12 @@
|
|||
}:
|
||||
let
|
||||
rust =
|
||||
with fenix;
|
||||
with fenix.${system};
|
||||
combine [
|
||||
stable.cargo
|
||||
stable.rustc
|
||||
];
|
||||
crane' = crane.overrideToolchain rust;
|
||||
crane' = (crane pkgs).overrideToolchain rust;
|
||||
rocksdb' = rocksdb.overrideAttrs (
|
||||
final: prev: {
|
||||
version = "9.1.1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue