nixos-configs/inputs/default.nix
matt1432 bebe31068d
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update sources
Flake Inputs:
    • Updated input 'custom-sidebar-src':
        'github:elchininet/custom-sidebar' (2025-02-04) rev: a901b689ada3476da7957c8c8f6a8fe7b87c8e46
      → 'github:elchininet/custom-sidebar' (2025-02-05) rev: 86f32f37a17d63205cd43cdf35ea0aae48561877

    • Updated input 'home-manager':
        'github:nix-community/home-manager' (2025-02-04) rev: 7abcf59a365430b36f84eaa452a466b11e469e33
      → 'github:nix-community/home-manager' (2025-02-05) rev: f20b7a8ab527a2482f13754dc00b2deaddc34599

    • Updated input 'hyprland':
        'github:hyprwm/Hyprland' (2025-02-04) rev: 3b99e906df8b439d65e740301940e57efc057012
      → 'github:hyprwm/Hyprland' (2025-02-05) rev: 8a6778f0a087cdfc4bc1d3751b0be2c2bf3322aa

    • Updated input 'jovian':
        'github:Jovian-Experiments/Jovian-NixOS' (2025-02-02) rev: 77fb0818cb42ca0db98839d47bbc6a317c286282
      → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-04) rev: cd9caf9afb1c8fe848f140a7831fe462b73df91a

    • Updated input 'nix-gaming':
        'github:fufexan/nix-gaming' (2025-02-04) rev: 3c83a677771fea8b55724f2d5cde0ca878c65712
      → 'github:fufexan/nix-gaming' (2025-02-05) rev: 3030553160ece3b8ea7df66d2670e8f41f0c0ec7

    • Removed input 'nix-gaming/umu'

    • Removed input 'nix-gaming/umu/nixpkgs'

    • Updated input 'nixpkgs':
        'github:NixOS/nixpkgs' (2025-02-03) rev: c6e957d81b96751a3d5967a0fd73694f303cc914
      → 'github:NixOS/nixpkgs' (2025-02-04) rev: 799ba5bffed04ced7067a91798353d360788b30d

    • Updated input 'nixpkgs-wayland':
        'github:nix-community/nixpkgs-wayland' (2025-02-04) rev: 8c0ca69b34e6d514e1153e6fb07d14c2c62b9fa4
      → 'github:nix-community/nixpkgs-wayland' (2025-02-05) rev: 3f6573793c0cfc3b01cf683460e95f3167276830

    • Updated input 'poetry2nix':
        'github:nix-community/poetry2nix' (2025-01-14) rev: 75d0515332b7ca269f6d7abfd2c44c47a7cbca7b
      → 'github:nix-community/poetry2nix' (2025-02-05) rev: be1fe795035d3d36359ca9135b26dcc5321b31fb

    • Updated input 'spotifyplus-src':
        'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-01) rev: 71a4c41d0816f39d24126fe8d7284e2a612d3f71
      → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-05) rev: 2ca74b7e8ea299d64a9a55bbb719e2e128441d32

    • Updated input 'spotifywebapi-src':
        'github:thlucas1/SpotifyWebApiPython' (2025-01-30) rev: 7e0ef0c48699a6e43faf50988d01e2982a6363cb
      → 'github:thlucas1/SpotifyWebApiPython' (2025-02-05) rev: a75ec04b7bdd50913141d71fa6f8b36dc7d07724

    • Updated input 'tuya-local-src':
        'github:make-all/tuya-local' (2025-02-04) rev: 626623ba3e5709b5c989f90a1e41a965a2786416
      → 'github:make-all/tuya-local' (2025-02-05) rev: abc955d9264d13faf0a5fb5dbfaba05a91f58619

Docker Images:
    • vegardit/gitea-act-runner dind-latest:
       sha256:048d2fd69f4af63a69cb3ae7d8e76777a0cc128acac89a3299c45e80a6670a98
     → sha256:8ae2791e150cf9d5378e14f7345b3f3ac46c6f16903d9a8338ffcea19e0f060e

    • postgres 14:
       sha256:84dee213c689b6dfcc0e2692ddd66adcd7314057175ea7aa05500c527e0f807a
     → sha256:2a453914efff6156786247b2399e6f9f18d7fc37e1ca5574a23aba172cf37d3e

    • rssbridge/rss-bridge latest:
       sha256:035d245d5f4e541451ce737d994c51d69506e50759f9e3bc6f2491668caed1f6
     → sha256:11c0748af64453e7cce670c47a6f2f7b2f6724ee3c6bf5cd87c7ad85b98e0070

    • nextcloud fpm:
       sha256:07c4bfc1c38a3326e3ee777cbe6691de74424486bdc21ac31d291902c041296f
     → sha256:1654f68700a482a13feca52c3235b949d8771624d738c17e9c82e437fe5de5ec

    • postgres 15-alpine:
       sha256:93a6166360be8f1d116b7ea97ebb8dea9e2c9c746349e952738bbba72a961d7c
     → sha256:a58cec2ba7a60b4c08d51f2ca93c1ad65fbf96e75cf0c89b7c0d2684860d3bb3

Firefox Addons:
    floccus: 5.4.3 -> 5.4.4
2025-02-05 13:34:46 -05:00

457 lines
8.6 KiB
Nix

# TODO: add README
let
inherit (import ./lib.nix) mkInput mkHyprDep mkSrc;
inherit (builtins) listToAttrs map removeAttrs;
# Inputs
mainInputs = {
systems = mkInput {
owner = "nix-systems";
repo = "default-linux";
};
nixpkgs = mkInput {
owner = "NixOS";
repo = "nixpkgs";
ref = "nixos-unstable";
};
home-manager = mkInput {
owner = "nix-community";
repo = "home-manager";
};
nix-on-droid = mkInput {
owner = "nix-community";
repo = "nix-on-droid";
inputs.home-manager.follows = "home-manager";
};
sops-nix = mkInput {
owner = "Mic92";
repo = "sops-nix";
};
secrets = mkInput {
type = "git";
url = "ssh://git@git.nelim.org/matt1432/nixos-secrets";
inputs.sops-nix.follows = "sops-nix";
};
};
nixTools = {
nix-fast-build = mkInput {
owner = "Mic92";
repo = "nix-fast-build";
};
nix-eval-jobs = mkInput {
owner = "nix-community";
repo = "nix-eval-jobs";
};
nix-index-db = mkInput {
owner = "Mic92";
repo = "nix-index-database";
};
nh = mkInput {
owner = "viperML";
repo = "nh";
};
nurl = mkInput {
owner = "nix-community";
repo = "nurl";
};
poetry2nix = mkInput {
owner = "nix-community";
repo = "poetry2nix";
};
# These are here to make sure all 'systems' and popular inputs are the same
flake-compat = mkInput {
owner = "edolstra";
repo = "flake-compat";
};
flake-utils = mkInput {
owner = "numtide";
repo = "flake-utils";
};
flake-parts = mkInput {
owner = "hercules-ci";
repo = "flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
treefmt-nix = mkInput {
owner = "numtide";
repo = "treefmt-nix";
};
lib-aggregate = mkInput {
owner = "nix-community";
repo = "lib-aggregate";
};
nix-github-actions = mkInput {
owner = "nix-community";
repo = "nix-github-actions";
};
pre-commit-hooks = mkInput {
owner = "cachix";
repo = "git-hooks.nix";
inputs.flake-compat.follows = "flake-compat";
};
};
overlays = {
nixpkgs-wayland = mkInput {
owner = "nix-community";
repo = "nixpkgs-wayland";
};
nix-gaming = mkInput {
owner = "fufexan";
repo = "nix-gaming";
};
};
nvimInputs = {
nixd = mkInput {
owner = "nix-community";
repo = "nixd";
};
};
clusterInputs = {
pcsd = mkInput {
owner = "matt1432";
repo = "nixos-pcsd";
};
};
serviviInputs = {
minix = mkInput {
owner = "matt1432";
repo = "Minix";
};
pr-tracker = mkInput {
owner = "matt1432";
repo = "pr-tracker";
};
};
nosInputs = {
docker-compose = mkInput {
owner = "matt1432";
repo = "nixos-docker-compose";
};
jellyfin-flake = mkInput {
owner = "matt1432";
repo = "nixos-jellyfin";
};
bazarr-bulk = mkInput {
owner = "mateoradman";
repo = "bazarr-bulk";
};
};
desktopInputs = {
hyprlandInputs = {
hyprland = mkInput {
owner = "hyprwm";
repo = "Hyprland";
};
hyprland-plugins = mkHyprDep {
owner = "hyprwm";
repo = "hyprland-plugins";
};
hyprgrass = mkHyprDep {
owner = "horriblename";
repo = "hyprgrass";
};
hyprpaper = mkHyprDep {
owner = "hyprwm";
repo = "hyprpaper";
};
grim-hyprland = mkInput {
owner = "eriedaberrie";
repo = "grim-hyprland";
};
nixcord = mkInput {
owner = "kaylorben";
repo = "nixcord";
};
};
agsInputs = {
astal = mkInput {
owner = "Aylur";
repo = "astal";
};
ags = mkInput {
owner = "Aylur";
repo = "ags";
inputs.astal.follows = "astal";
};
kompass = mkInput {
owner = "kotontrion";
repo = "kompass";
inputs.astal.follows = "astal";
};
gtk-session-lock = mkInput {
owner = "Cu3PO42";
repo = "gtk-session-lock";
};
virtualkeyboard-adapter = mkInput {
owner = "horriblename";
repo = "fcitx-virtualkeyboard-adapter";
};
};
};
bbsteamieInputs = {
jovian = mkInput {
owner = "Jovian-Experiments";
repo = "Jovian-NixOS";
};
};
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";
}
{
name = "vimplugin-roslyn-nvim-src";
owner = "seblj";
repo = "roslyn.nvim";
}
{
name = "nix-develop-nvim-src";
owner = "matt1432";
repo = "nix-develop.nvim";
}
# Overlays & packages
{
owner = "rushsteve1";
repo = "trash-d";
}
{
type = "gitlab";
owner = "rogs";
repo = "subscleaner";
}
{
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 = "modernz-src";
owner = "Samillion";
repo = "ModernZ";
}
{
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.9";
rev = "6f5d07e11e008d6cbf4461e53daf80820afa8418";
}
{
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
{
flakegen = {
url = "github:jorsn/flakegen";
inputs.systems.follows = "systems";
};
}
// mainInputs
// nixTools
// overlays
// nvimInputs
// clusterInputs
// serviviInputs
// nosInputs
// bbsteamieInputs
// desktopInputs.hyprlandInputs
// desktopInputs.agsInputs
// (listToAttrs (map (x: {
name = x.name or "${x.repo}-src";
value = mkSrc (removeAttrs x ["name"]);
})
srcs))