fix: fix marleyos overlay
This commit is contained in:
parent
0333e31aac
commit
233d03639c
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -57,6 +57,9 @@
|
|||
|
||||
overlays = [
|
||||
inputs.nur.overlays.default
|
||||
|
||||
# Custom packages
|
||||
(import ../../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 {};
|
||||
|
|
Loading…
Reference in a new issue