Merge pull request 'refactor-overlays' (#14) from refactor-overlays into trunk

Reviewed-on: https://codeberg.org/leana8959/.files/pulls/14
This commit is contained in:
Plume 2025-05-20 18:19:21 +02:00
commit 82ae801237
12 changed files with 66 additions and 46 deletions

View file

@ -31,9 +31,12 @@ in
{
nixpkgs = {
hostPlatform = system;
overlays = map import [
../overlays
../overlays/packages.nix
overlays = with (import ../overlays); [
agenix
disko
nur
wired-notify
packages
];
# Set NIX_PATH and flake registry at the same time

View file

@ -37,10 +37,14 @@ in
};
hostPlatform = system;
overlays = map import [
../overlays
../overlays/packages.nix
./vanadium/nixos/overlay.nix
overlays = with (import ../overlays); [
agenix
disko
nur
wired-notify
packages
(import ./vanadium/nixos/overlay.nix)
];
# Set NIX_PATH and flake registry at the same time