From 233d03639c1739d3fc0c25c895b6a530c1418786 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 26 May 2025 19:35:31 -0700 Subject: [PATCH] fix: fix marleyos overlay --- flake/config.nix | 3 --- modules/base/nix.nix | 3 +++ overlays/marleyos.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake/config.nix b/flake/config.nix index 823d52a..1f8b1a5 100644 --- a/flake/config.nix +++ b/flake/config.nix @@ -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) ]; }; }; diff --git a/modules/base/nix.nix b/modules/base/nix.nix index e947cc8..e7a287e 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -57,6 +57,9 @@ overlays = [ inputs.nur.overlays.default + + # Custom packages + (import ../../overlays/marleyos.nix) ]; }; diff --git a/overlays/marleyos.nix b/overlays/marleyos.nix index 53a6fc0..9884dae 100644 --- a/overlays/marleyos.nix +++ b/overlays/marleyos.nix @@ -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 {};