Skip to content

Commit

Permalink
Add overlays
Browse files Browse the repository at this point in the history
Signed-off-by: Humaid Alqasimi <[email protected]>
  • Loading branch information
humaidq-tii committed Aug 21, 2024
1 parent 4a608ef commit 3425dd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"aarch64-linux"
"riscv64-linux"
];
flake.overlays.default = import ./packages/overlays.nix;
};
}
12 changes: 12 additions & 0 deletions packages/overlays.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2024 TII (SSRC) and the Ghaf contributors
# SPDX-License-Identifier: Apache-2.0
(
_final: prev:
let
inherit (prev) callPackage;
in
{
ghaf-artwork = callPackage ./ghaf-artwork { };
ghaf-theme = callPackage ./ghaf-theme { };
}
)

0 comments on commit 3425dd0

Please sign in to comment.