Reformat nix source file using nixfmt

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 2e4a532958
commit 9201969c1b
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
220 changed files with 3169 additions and 2487 deletions

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
inherit (outputs.packages.${system}) OuterWildsTextAdventure;
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
inherit (outputs.packages."${system}") TrackersListCollection;
}

View file

@ -1,17 +1,19 @@
{...} @ args: final: prev: let
{ ... }@args:
final: prev:
let
inherit (prev) lib;
in
[
./TrackersListCollection.nix
./OuterWildsTextAdventure.nix
./editor-runtime.nix
./radicle-ci-broker.nix
./wallpapers.nix
./waydroid-script.nix
./rime-yuhaostar.nix
./nixvim.nix
[
./TrackersListCollection.nix
./OuterWildsTextAdventure.nix
./editor-runtime.nix
./radicle-ci-broker.nix
./wallpapers.nix
./waydroid-script.nix
./rime-yuhaostar.nix
./nixvim.nix
./pkgsNoCuda.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)
./pkgsNoCuda.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
inherit (outputs.packages.${system}) editor-runtime;
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
inherit (outputs.packages.${system}) nixvim;
}

View file

@ -1,5 +1,8 @@
{inputs, ...}: _final: prev: let
{ inputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
pkgsNoCuda = inputs.nixpkgs.legacyPackages.${system};
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
inherit (outputs.packages.${system}) radicle-ci-broker;
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
inherit (outputs.packages.${system}) rime-yuhaostar;
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
inherit (outputs.packages.${system}) wallpapers;
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
inherit (outputs.packages.${system}) waydroid-script;
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
qq = outputs.packages."${system}".QQ;
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
inherit (outputs.packages."${system}") cliphist;
}

View file

@ -1,5 +1,8 @@
{inputs, ...}: _final: prev: let
{ inputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
dae = inputs.dae.packages."${system}".dae-unstable;
}

View file

@ -1,20 +1,22 @@
{...} @ args: final: prev: let
{ ... }@args:
final: prev:
let
inherit (prev) lib;
in
[
./niri.nix
./juicity.nix
./dae.nix
./spotifyx.nix
./radicle-explorer.nix
./wshowkeys.nix
# ./QQ.nix
./helix.nix
./cliphist.nix
[
./niri.nix
./juicity.nix
./dae.nix
./spotifyx.nix
./radicle-explorer.nix
./wshowkeys.nix
# ./QQ.nix
./helix.nix
./cliphist.nix
# Nur
./nur.nix
./nur-ataraxiasejel.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)
# Nur
./nur.nix
./nur-ataraxiasejel.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
helix = outputs.packages."${system}".helix;
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
juicity = outputs.packages."${system}".juicity;
}

View file

@ -1 +1 @@
{inputs, ...}: inputs.niri-flake.overlays.niri
{ inputs, ... }: inputs.niri-flake.overlays.niri

View file

@ -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;
};
};
};
}

View file

@ -1 +1 @@
{inputs, ...}: inputs.nur.overlays.default
{ inputs, ... }: inputs.nur.overlays.default

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
radicle-explorer = outputs.packages."${system}".radicle-explorer;
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
spotify = outputs.packages."${system}".spotifyx;
}

View file

@ -1,5 +1,8 @@
{outputs, ...}: _final: prev: let
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in {
in
{
wshowkeys = outputs.packages.${system}.wshowkeys-mao;
}