Reformat nix source file using nixfmt
This commit is contained in:
parent
2e4a532958
commit
9201969c1b
220 changed files with 3169 additions and 2487 deletions
|
|
@ -1,17 +1,14 @@
|
|||
{inputs, ...}: _final: prev: let
|
||||
{ inputs, ... }:
|
||||
_final: prev:
|
||||
let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
nur =
|
||||
prev.nur
|
||||
// {
|
||||
repos =
|
||||
prev.nur.repos
|
||||
// {
|
||||
ataraxiasjel =
|
||||
prev.nur.repos.ataraxiasjel
|
||||
// {
|
||||
inherit (inputs.nur-ataraxiasjel.packages.${system}) waydroid-script;
|
||||
};
|
||||
};
|
||||
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