mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
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:
commit
82ae801237
12 changed files with 66 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue