mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
feat: add overlays to flake.nix (#218)
This commit is contained in:
parent
396f60d9e0
commit
f9fbe7225a
1 changed files with 9 additions and 1 deletions
10
flake.nix
10
flake.nix
|
|
@ -40,5 +40,13 @@
|
|||
formatter = pkgs.nixpkgs-fmt;
|
||||
|
||||
devShells.default = import ./nix/shell.nix { inherit pkgs inputs; };
|
||||
});
|
||||
})
|
||||
// {
|
||||
overlays = rec {
|
||||
default = yazi;
|
||||
yazi = final: prev: {
|
||||
yazi = self.packages."${final.system}".yazi;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue