mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(rust): switch to rust-overlay, use mold
This commit is contained in:
parent
2eb3764b31
commit
3861c0442b
2 changed files with 5 additions and 15 deletions
|
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}: {
|
||||
services.nix-daemon.enable = true;
|
||||
nix.package = pkgs.nix;
|
||||
nix.package = pkgs.nixVersions.unstable;
|
||||
|
||||
nix.registry = {
|
||||
n.flake = inputs.nixpkgs;
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
inputs.fenix.overlays.default
|
||||
inputs.rust-overlay.overlays.default
|
||||
inputs.am.overlays.default
|
||||
inputs.nish.overlays.default
|
||||
inputs.nrr.overlays.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue