nixos-configs/overlays/misc-fixes/default.nix

34 lines
1,006 B
Nix
Raw Normal View History

final: prev: {
# FIXME: do some other stuff and make PR
nix-update = prev.nix-update.overrideAttrs (o: {
src = prev.fetchFromGitHub {
owner = "matt1432";
repo = "nix-update";
rev = "21de1ebd7e7c22de03f0a9c7e1f6cd488fa96d03";
hash = "sha256-ukapzy0+mS4rorX3D22lRKX/D9TXmkq8W2YNDQIq7A8=";
};
});
chore: update sources Flake Inputs: • Updated input 'astal': 'github:Aylur/astal' (2025-02-12) rev: 956b74fd9ff8c607b6683b404860c4e6b30ffe2b → 'github:Aylur/astal' (2025-02-17) rev: cbfe69a9c22f3b0e59c6e09fffbe0b7af4f543d1 • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2025-02-09) rev: 5e65f568db9312ca84b0de4f376899af54a14655 → 'github:elchininet/custom-sidebar' (2025-02-17) rev: 8c5769f2329fb2197c7e828bdc25ffe00783d975 • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-16) rev: 015570ca75e4c7891f02708b1ec29da8887578ef → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-17) rev: 3c0b607154f324e0f34503e2eb661ded49705c93 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-16) rev: ec130e700959ee10b63eedbc87758d20264a9588 → 'github:nix-community/home-manager' (2025-02-17) rev: 6c93eea85daddd0dc8d4a3a687473461f3122961 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-16) rev: 897ee276dc0a8a6b11a8102b225a9e969faac0bf → 'github:hyprwm/Hyprland' (2025-02-17) rev: d01f9943e1d401b09fc53be3c161279ab4f2c5ba • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin' (2025-02-09) rev: 42092d54585cef272cac955cb0a07e3f76d46de4 → 'github:matt1432/nixos-jellyfin' (2025-02-17) rev: 9004577a5a01f62d34ee3b656b7fe38dbed639d7 • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-15) rev: dc10b4ba56665c66562a5e993c9734fe89c29c65 → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-17) rev: acd994d0e57d0309794005f49b09dc1ccb4940e2 • Updated input 'kompass': 'github:kotontrion/kompass' (2025-02-07) rev: e312a5715edd1b02576afd39bbe0588c6045e7c1 → 'github:kotontrion/kompass' (2025-02-17) rev: 755b3095ace5dad330a3dcdcf51d1ff29bf164d4 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-02-13) rev: 2ff53fe64443980e139eaa286017f53f88336dd0 → 'github:NixOS/nixpkgs' (2025-02-16) rev: d74a2335ac9c133d6bbec9fc98d91a77f1604c1f • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-16) rev: 2bb531b423b6c7c101adb1ace037bac86e5d8552 → 'github:nix-community/nixpkgs-wayland' (2025-02-17) rev: 3dfd8fdeda2b712ae7238f5c7bb3644432319fc3 • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir' (2025-02-12) rev: d1e462ffdb6150749d2e4e7edf97b93f82c525d2 → 'github:gjsify/ts-for-gir' (2025-02-17) rev: cd7cbc37778cad413538222ddf02c00265358997 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-02-16) rev: 5f73974ba2036f5b8398ba621320b0bf7b9a61ce → 'github:make-all/tuya-local' (2025-02-17) rev: d6b5ac063342ce8a6a650d7786fcb841f177c6c9 • Updated input 'vimplugin-roslyn-nvim-src': 'github:seblj/roslyn.nvim' (2025-02-15) rev: 3f86e52047f1697117c73d4597729b25bc06839e → 'github:seblj/roslyn.nvim' (2025-02-17) rev: ff6dd40e9ae7237e3dbd757af54cc93a29fc6cf8 Docker Images: • ghcr.io/linuxserver/radarr latest: sha256:f4c9c64c42e84a3c03590afd9da2e420c69b5e936b4549778c5d4c00d907ba33 → sha256:1184ee84bc5329c4f62c070a04d73eaf7918878410ca48a1f3dbf82b684eee27 Firefox Addons: stylus: 2.3.10 -> 2.3.12 Node modules: typescript-eslint: 8.24.0 -> 8.24.1 @ts-for-gir/cli: 4.0.0-beta.19 -> 4.0.0-beta.21
2025-02-17 17:12:03 -05:00
# FIXME: https://pr-tracker.nelim.org/?pr=382559
obs-studio-plugins =
prev.obs-studio-plugins
// {
droidcam-obs = prev.obs-studio-plugins.droidcam-obs.overrideAttrs (o: rec {
version = "2.3.4";
src = prev.fetchFromGitHub {
owner = "dev47apps";
repo = "droidcam-obs-plugin";
tag = version;
sha256 = "sha256-KWMLhddK561xA+EjvoG4tXRW4xoLil31JcTTfppblmA=";
};
postPatch = "";
makeFlags =
o.makeFlags
++ [
"LIBOBS_INCLUDES=${prev.obs-studio}/include/obs"
"FFMPEG_INCLUDES=${prev.lib.getLib prev.ffmpeg}"
];
});
};
}