nixos-configs/inputs.nix
matt1432 c11fe8867c chore: update flake.lock
Flake Inputs:
• Updated input 'agsV2':
    'github:Aylur/ags/4b1e7da' (2024-11-01)
  → 'github:Aylur/ags/198993b' (2024-11-03)

• Updated input 'astal':
    'github:Aylur/astal/d47b470' (2024-11-01)
  → 'github:Aylur/astal/8c6d218' (2024-11-04)

• Updated input 'custom-sidebar-src':
    'github:elchininet/custom-sidebar/29afb63' (2024-11-01)
  → 'github:elchininet/custom-sidebar/4628b42' (2024-11-03)

• Updated input 'discord-overlay':
    'github:matt1432/discord-nightly-overlay/97a9864' (2024-10-26)
  → 'github:matt1432/discord-nightly-overlay/a1094ba' (2024-11-04)

• Updated input 'discord-overlay/Vencord-src':
    'github:Vendicated/vencord/88e8fa7' (2024-10-25)
  → 'github:Vendicated/vencord/5216bcc' (2024-11-03)

• Updated input 'home-manager':
    'github:nix-community/home-manager/1743615' (2024-11-01)
  → 'github:nix-community/home-manager/8f6ca78' (2024-11-03)

• Updated input 'hyprland':
    'github:hyprwm/Hyprland/3852418' (2024-11-01)
  → 'github:hyprwm/Hyprland/88e9e03' (2024-11-04)

• Updated input 'hyprland/xdph':
    'github:hyprwm/xdg-desktop-portal-hyprland/fb9c8d6' (2024-10-05)
  → 'github:hyprwm/xdg-desktop-portal-hyprland/09b23ce' (2024-11-04)

• Updated input 'hyprland-plugins':
    'github:hyprwm/hyprland-plugins/60c5c63' (2024-10-31)
  → 'github:hyprwm/hyprland-plugins/c347d8a' (2024-11-02)

• Updated input 'jellyfin-flake':
    'github:matt1432/nixos-jellyfin/89bf72b' (2024-10-30)
  → 'github:matt1432/nixos-jellyfin/69a59f5' (2024-11-04)

• Updated input 'jovian':
    'github:Jovian-Experiments/Jovian-NixOS/bd1da56' (2024-11-01)
  → 'github:Jovian-Experiments/Jovian-NixOS/e74e57a' (2024-11-03)

• Updated input 'material-symbols-src':
    'github:beecho01/material-symbols/4d6b504' (2024-10-28)
  → 'github:beecho01/material-symbols/000ccf2' (2024-11-02)

• Updated input 'nix-gaming':
    'github:fufexan/nix-gaming/bcc7c89' (2024-11-01)
  → 'github:fufexan/nix-gaming/43f595b' (2024-11-03)

• Updated input 'nix-gaming/umu':
    'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=72499f3&submodules=1' (2024-10-26)
  → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=70645c2&submodules=1' (2024-11-02)

• Updated input 'nix-index-db':
    'github:Mic92/nix-index-database/0e3a877' (2024-10-27)
  → 'github:Mic92/nix-index-database/cc2ddbf' (2024-11-03)

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/807e915' (2024-10-29)
  → 'github:NixOS/nixpkgs/7ffd9ae' (2024-11-02)

• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/30bd379' (2024-11-01)
  → 'github:nix-community/nixpkgs-wayland/50ee762' (2024-11-04)

• Updated input 'pcsd':
    'github:matt1432/nixos-pcsd/18409e6' (2024-11-01)
  → 'github:matt1432/nixos-pcsd/12c6a2b' (2024-11-02)

• Updated input 'sops-nix':
    'github:Mic92/sops-nix/1666d16' (2024-10-27)
  → 'github:Mic92/sops-nix/59d6988' (2024-11-04)

• Updated input 'spotifyplus-src':
    'github:thlucas1/homeassistantcomponent_spotifyplus/392f331' (2024-10-30)
  → 'github:thlucas1/homeassistantcomponent_spotifyplus/532daa8' (2024-11-03)

• Updated input 'spotifywebapi-src':
    'github:thlucas1/SpotifyWebApiPython/4d3b7b5' (2024-10-30)
  → 'github:thlucas1/SpotifyWebApiPython/0bca776' (2024-11-04)

• Updated input 'ts-for-gir-src':
    'github:gjsify/ts-for-gir/ec732f1' (2024-11-01)
  → 'github:gjsify/ts-for-gir/8de2706' (2024-11-03)

• Updated input 'tuya-local-src':
    'github:make-all/tuya-local/9142927' (2024-11-01)
  → 'github:make-all/tuya-local/aad7e48' (2024-11-04)

Docker Images:
• rssbridge/rss-bridge latest:
   sha256:42b4d1d1e3fb2c361a3a2fe2921a847bbdcd0d6d14a4d411482665fc4560a58d
 → sha256:27715a8921343d80e814a96675f63c0494efcae2c5628ba6f88e1626a3eb2fb0
2024-11-04 15:48:17 -05:00

389 lines
7.3 KiB
Nix

let
inherit (import ./lib {}) mkDep mkInput mkHyprDep mkSrc;
inherit (builtins) listToAttrs map removeAttrs;
# Inputs
nixTools = {
nix-fast-build = mkDep {
owner = "Mic92";
repo = "nix-fast-build";
};
nix-index-db = mkDep {
owner = "Mic92";
repo = "nix-index-database";
};
nh = mkDep {
owner = "viperML";
repo = "nh";
};
# These are here to make sure all 'systems' are the same
flake-utils = mkInput {
owner = "numtide";
repo = "flake-utils";
};
flake-parts = mkInput {
owner = "hercules-ci";
repo = "flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
treefmt-nix = mkDep {
owner = "numtide";
repo = "treefmt-nix";
};
lib-aggregate = mkInput {
owner = "nix-community";
repo = "lib-aggregate";
};
};
overlays = {
nixpkgs-wayland = mkDep {
owner = "nix-community";
repo = "nixpkgs-wayland";
};
nix-gaming = mkDep {
owner = "fufexan";
repo = "nix-gaming";
};
};
nvimInputs = {
# uses nixVersions.nix_2_19
nixd = mkDep {
owner = "nix-community";
repo = "nixd";
};
};
clusterInputs = {
pcsd = mkDep {
owner = "matt1432";
repo = "nixos-pcsd";
};
caddy-plugins = mkDep {
owner = "matt1432";
repo = "nixos-caddy-cloudflare";
};
};
serviviInputs = {
minix = mkDep {
owner = "matt1432";
repo = "Minix";
};
pr-tracker = mkDep {
owner = "matt1432";
repo = "pr-tracker";
};
};
nosInputs = {
khepri = mkDep {
owner = "matt1432";
repo = "khepri";
};
jellyfin-flake = mkDep {
owner = "matt1432";
repo = "nixos-jellyfin";
};
bazarr-bulk = mkDep {
owner = "mateoradman";
repo = "bazarr-bulk";
};
subsync = mkDep {
owner = "matt1432";
repo = "subsync";
# Keep version that uses Sphinxbase
rev = "ee9e1592ae4ec7c694d8857aa72be079d81ea209";
};
};
desktopInputs = {
hyprlandInputs = {
hyprland = mkDep {
owner = "hyprwm";
repo = "Hyprland";
};
hyprland-plugins = mkHyprDep {
owner = "hyprwm";
repo = "hyprland-plugins";
# type = "path";
# path = "/home/matt/git/hyprland-plugins";
};
hyprgrass = mkHyprDep {
owner = "horriblename";
repo = "hyprgrass";
};
hyprpaper = mkDep {
owner = "hyprwm";
repo = "hyprpaper";
inputs = {
hyprlang.follows = "hyprland/hyprlang";
hyprutils.follows = "hyprland/hyprutils";
hyprwayland-scanner.follows = "hyprland/hyprwayland-scanner";
nixpkgs.follows = "hyprland/nixpkgs";
systems.follows = "hyprland/systems";
};
};
grim-hyprland = mkDep {
owner = "eriedaberrie";
repo = "grim-hyprland";
};
discord-overlay = mkDep {
owner = "matt1432";
repo = "discord-nightly-overlay";
};
};
agsInputs = {
ags = mkDep {
owner = "Aylur";
repo = "ags";
};
agsV2 = mkDep {
owner = "Aylur";
repo = "ags";
ref = "v2";
inputs.astal.follows = "astal";
};
astal = mkDep {
owner = "Aylur";
repo = "astal";
};
gtk-session-lock = mkDep {
owner = "Cu3PO42";
repo = "gtk-session-lock";
};
};
};
srcs = [
# Home-assistant
## Components
{
name = "extended-ollama-conversation-src";
owner = "TheNimaj";
repo = "extended_ollama_conversation";
}
{
owner = "m50";
repo = "ha-fallback-conversation";
}
{
owner = "make-all";
repo = "tuya-local";
}
{
name = "netdaemon-src";
owner = "net-daemon";
repo = "integration";
}
{
owner = "osk2";
repo = "yamaha-soundbar";
}
### SpotifyPlus
{
name = "spotifyplus-src";
owner = "thlucas1";
repo = "homeassistantcomponent_spotifyplus";
}
{
name = "smartinspect-src";
owner = "thlucas1";
repo = "SmartInspectPython";
}
{
name = "spotifywebapi-src";
owner = "thlucas1";
repo = "SpotifyWebApiPython";
}
###
## Voice
{
name = "wakewords-src";
owner = "fwartner";
repo = "home-assistant-wakewords-collection";
}
## Themes
{
owner = "berti24";
repo = "dracul-ha";
}
{
name = "caule-themes-src";
owner = "ricardoquecria";
repo = "caule-themes-pack-1";
}
{
owner = "Nerwyn";
repo = "material-rounded-theme";
}
## Lovelace Components
{
owner = "beecho01";
repo = "material-symbols";
}
{
owner = "elchininet";
repo = "custom-sidebar";
}
# Nvim plugins
{
name = "vimplugin-easytables-src";
owner = "Myzel394";
repo = "easytables.nvim";
}
{
name = "vimplugin-ts-error-translator-src";
owner = "dmmulroy";
repo = "ts-error-translator.nvim";
}
# Overlays & packages
{
owner = "rushsteve1";
repo = "trash-d";
}
{
type = "gitlab";
owner = "mishakmak";
repo = "pam-fprint-grosshack";
}
{
type = "gitlab";
owner = "phoneybadger";
repo = "pokemon-colorscripts";
}
{
name = "gpu-screen-recorder-src";
type = "git";
url = "https://repo.dec05eba.com/gpu-screen-recorder";
}
{
owner = "libratbag";
repo = "libratbag";
}
{
owner = "libratbag";
repo = "piper";
}
{
owner = "gjsify";
repo = "ts-for-gir";
}
{
owner = "jcnils";
repo = "protonhax";
}
# MPV scripts
{
name = "modernx-src";
owner = "cyl0";
repo = "ModernX";
}
{
owner = "d87";
repo = "mpv-persist-properties";
}
{
owner = "christoph-heinrich";
repo = "mpv-pointer-event";
}
{
owner = "christoph-heinrich";
repo = "mpv-touch-gestures";
}
{
name = "eisa-scripts-src";
owner = "Eisa01";
repo = "mpv-scripts";
}
## Theme sources
{
name = "bat-theme-src";
owner = "matt1432";
repo = "bat";
}
{
owner = "Godiesc";
repo = "firefox-gx";
# ref = "v.9.6";
}
{
name = "git-theme-src";
owner = "dracula";
repo = "git";
}
{
name = "gtk-theme-src";
owner = "dracula";
repo = "gtk";
}
{
name = "nvim-theme-src";
owner = "Mofiqul";
repo = "dracula.nvim";
}
{
owner = "matt1432";
repo = "dracula-plymouth";
}
{
name = "sioyek-theme-src";
owner = "dracula";
repo = "sioyek";
}
];
in {
inherit mkDep mkInput mkSrc;
otherInputs =
{
flakegen = {
url = "github:jorsn/flakegen";
inputs.systems.follows = "systems";
};
}
// nixTools
// overlays
// nvimInputs
// clusterInputs
// serviviInputs
// nosInputs
// desktopInputs.hyprlandInputs
// desktopInputs.agsInputs
// (listToAttrs (map (x: {
name = x.name or "${x.repo}-src";
value = mkSrc (removeAttrs x ["name"]);
})
srcs));
}