apply riscv overlay to neovim too
This commit is contained in:
parent
471b117068
commit
b57d11e528
2 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ rec {
|
|||
packages.riscv64-linux = let
|
||||
pkgs = import nixpkgs {
|
||||
system = "riscv64-linux";
|
||||
overlays = [self.overlays.riscv64-linux];
|
||||
overlays = [self.overlays.riscv64-linux (import ./overlays/riscv.nix args)];
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in {
|
||||
|
|
|
@ -8,7 +8,7 @@ args: self: prev: let
|
|||
in {
|
||||
pandoc = self.writeScriptBin "pandoc" "true";
|
||||
inherit (pkgsX86) gccgo gfortran;
|
||||
meson = super.meson.overrideAttrs (_: {
|
||||
meson = prev.meson.overrideAttrs (_: {
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue