flake: Sync flake input upstreams
This commit is contained in:
parent
f5977b7dcc
commit
ed31c2cf5e
4 changed files with 400 additions and 116 deletions
|
|
@ -11,7 +11,10 @@ in
|
|||
# ./QQ.nix
|
||||
./helix.nix
|
||||
./cliphist.nix
|
||||
|
||||
# Nur
|
||||
./nur.nix
|
||||
./nur-ataraxiasejel.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
17
overlays/modifications/nur-ataraxiasejel.nix
Normal file
17
overlays/modifications/nur-ataraxiasejel.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{inputs, ...}: final: prev: let
|
||||
inherit (final.stdenv.hostPlatform) system;
|
||||
in {
|
||||
nur =
|
||||
prev.nur
|
||||
// {
|
||||
repos =
|
||||
prev.nur.repos
|
||||
// {
|
||||
ataraxiasjel =
|
||||
prev.nur.repos.ataraxiasjel
|
||||
// {
|
||||
inherit (inputs.nur-ataraxiasjel.packages.${system}) waydroid-script;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue