fix: fix marleyos overlay

This commit is contained in:
punkfairie 2025-05-26 19:35:31 -07:00
parent 0333e31aac
commit 233d03639c
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 4 additions and 4 deletions

View file

@ -26,9 +26,6 @@
(import ./overlays/jetbrains.nix {inherit inputs;})
(import ./overlays/marleyvim.nix {inherit inputs;})
(import ./overlays/wezterm.nix {inherit inputs;})
# Custom packages
(import ./overlays/marleyos.nix)
];
};
};

View file

@ -57,6 +57,9 @@
overlays = [
inputs.nur.overlays.default
# Custom packages
(import ../../overlays/marleyos.nix)
];
};

View file

@ -1,6 +1,6 @@
_: prev: {
marleyos =
prev.marleyos
(prev.marleyos or {})
// {
CEmu-TI-84-Plus-CE = prev.callPackage ../packages/CEmu-TI-84-Plus-CE {};
figlet-xero-fonts = prev.callPackage ../packages/figlet-xero-fonts {};