Package wallpapers and sync flake inputs and package upstream source
This commit is contained in:
parent
bebfd63f40
commit
250c5f2cec
9 changed files with 131 additions and 58 deletions
|
|
@ -6,6 +6,7 @@ in
|
|||
./OuterWildsTextAdventure.nix
|
||||
./editor-runtime.nix
|
||||
./radicle-ci-broker.nix
|
||||
./wallpapers.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
5
overlays/additions/wallpapers.nix
Normal file
5
overlays/additions/wallpapers.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages.${system}) wallpapers;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue