mirror of
https://github.com/kossLAN/zsh-flake.git
synced 2025-11-04 17:59:50 -05:00
overlay testing
This commit is contained in:
parent
ec2df57d71
commit
30c3b61717
1 changed files with 6 additions and 1 deletions
|
|
@ -14,7 +14,12 @@
|
|||
["x86_64-linux" "aarch64-linux"]
|
||||
(system: fn system nixpkgs.legacyPackages.${system});
|
||||
in {
|
||||
# Define a package for your project
|
||||
# Overlay for using this in system configurations.
|
||||
overlays.default = forEachSystem (system: (final: prev: {
|
||||
zsh = self.packages.zsh.system.default;
|
||||
}));
|
||||
|
||||
# Package so you can test this out, without installing :3.
|
||||
packages = forEachSystem (system: pkgs: rec {
|
||||
zsh = import ./nix/wrapZsh.nix {
|
||||
inherit pkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue