nixos-configs/scopedPackages/lovelace-components/custom-sidebar/default.nix

43 lines
810 B
Nix
Raw Normal View History

2024-10-16 20:12:23 -04:00
{
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/a93f0ac' (2024-10-16) → 'github:Aylur/ags/b7f3896' (2024-10-19) • Updated input 'astal': 'github:Aylur/astal/f763c44' (2024-10-18) → 'github:Aylur/astal/bfb7e27' (2024-10-20) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/fcada91' (2024-10-15) → 'github:elchininet/custom-sidebar/80942f5' (2024-10-21) • Updated input 'home-manager': 'github:nix-community/home-manager/09a0c0c' (2024-10-18) → 'github:nix-community/home-manager/1e27f21' (2024-10-20) • Updated input 'hyprland': 'github:hyprwm/Hyprland/0e630e9' (2024-10-17) → 'github:hyprwm/Hyprland/62ee5cc' (2024-10-19) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/79f0e31' (2024-10-18) → 'github:fufexan/nix-gaming/177e270' (2024-10-20) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/5c54c33' (2024-10-13) → 'github:Mic92/nix-index-database/04f8a11' (2024-10-20) • Updated input 'nixd': 'github:nix-community/nixd/c38702b' (2024-10-01) → 'github:nix-community/nixd/d3c7e56' (2024-10-20) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5785b6b' (2024-10-16) → 'github:NixOS/nixpkgs/4c2fcb0' (2024-10-18) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/2535bdd' (2024-10-18) → 'github:nix-community/nixpkgs-wayland/7c64c3c' (2024-10-20) • Updated input 'pokemon-colorscripts-src': 'gitlab:phoneybadger/pokemon-colorscripts/0483c85' (2022-10-28) → 'gitlab:phoneybadger/pokemon-colorscripts/5802ff6' (2024-10-19) • Updated input 'sops-nix': 'github:Mic92/sops-nix/06535d0' (2024-10-08) → 'github:Mic92/sops-nix/c504fd7' (2024-10-20) • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython/4bb0658' (2024-10-14) → 'github:thlucas1/SpotifyWebApiPython/8c6aff1' (2024-10-19) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/587d622' (2024-10-18) → 'github:make-all/tuya-local/38744c0' (2024-10-21) Docker Images: • rssbridge/rss-bridge latest: sha256:da785b43f43e4f718c525d71453d6b7011db98c68434f02315cb7ee1ecc88889 → sha256:42b4d1d1e3fb2c361a3a2fe2921a847bbdcd0d6d14a4d411482665fc4560a58d
2024-10-20 21:42:54 -04:00
concatTextFile,
2024-10-16 20:12:23 -04:00
custom-sidebar-src,
nodejs,
pnpm,
stdenv,
...
}: let
package = builtins.fromJSON (builtins.readFile "${custom-sidebar-src}/package.json");
in
stdenv.mkDerivation (finalAttrs: {
pname = "custom-sidebar";
inherit (package) version;
src = custom-sidebar-src;
nativeBuildInputs = [
nodejs
pnpm.configHook
];
buildPhase = ''
npm run build
'';
installPhase = ''
mkdir $out
cp ./dist/* $out
'';
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
chore: update sources Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/0687caa' (2024-11-21) → 'github:elchininet/custom-sidebar/d0c4394' (2024-11-25) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/d6310e9' (2024-11-20) → 'github:matt1432/discord-nightly-overlay/a397f74' (2024-11-25) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/a0308e0' (2024-11-20) → 'github:Vendicated/vencord/a9d44e3' (2024-11-25) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=8644c72' (2024-11-22) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=d472d8d' (2024-11-24) • Updated input 'home-manager': 'github:nix-community/home-manager/8cf9cb2' (2024-11-22) → 'github:nix-community/home-manager/a995363' (2024-11-24) • Updated input 'hyprland': 'github:hyprwm/Hyprland/745a82c' (2024-11-22) → 'github:hyprwm/Hyprland/2687788' (2024-11-25) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/65dc043' (2024-11-19) → 'github:Jovian-Experiments/Jovian-NixOS/98a61cf' (2024-11-24) • Updated input 'material-symbols-src': 'github:beecho01/material-symbols/1296eb0' (2024-11-17) → 'github:beecho01/material-symbols/2210b1f' (2024-11-23) • Updated input 'nix-fast-build': 'github:Mic92/nix-fast-build/8e7c9d7' (2024-10-30) → 'github:Mic92/nix-fast-build/f51f479' (2024-11-25) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/969f571' (2024-11-23) → 'github:fufexan/nix-gaming/18b8f07' (2024-11-25) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=66a1088&submodules=1' (2024-11-14) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=f6a6af3&submodules=1' (2024-11-23) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/bdba246' (2024-11-17) → 'github:Mic92/nix-index-database/f4a5ca5' (2024-11-25) • Updated input 'nixd': 'github:nix-community/nixd/6d80199' (2024-11-21) → 'github:nix-community/nixd/5507bb1' (2024-11-23) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/df3091f' (2024-11-22) → 'github:nix-community/nixpkgs-wayland/0c3d6b6' (2024-11-25) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/97aeff2' (2024-11-23) → 'github:matt1432/nixos-pcsd/20df51f' (2024-11-24) • Updated input 'piper-src': 'github:libratbag/piper/ebb4b1b' (2024-10-28) → 'github:libratbag/piper/3e5a6b9' (2024-11-24) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/58587bc' (2024-11-22) → 'github:make-all/tuya-local/c13cf16' (2024-11-25) • Updated input 'wakewords-src': 'github:fwartner/home-assistant-wakewords-collection/86f3c2b' (2024-10-25) → 'github:fwartner/home-assistant-wakewords-collection/629a005' (2024-11-23) Docker Images: • rssbridge/rss-bridge latest: sha256:9f4ad6df544ff568838315aa12743a465f3ac10a9a63a41b2e8c1aaaf5360820 → sha256:72218407217f2495a5f7f39b0adc1fdefba05c2fdecae6d4df1192389a250426 Firefox Addons: ublock-origin: 1.61.0 -> 1.61.2
2024-11-25 14:42:29 -05:00
hash = "sha256-C8kVVlsqirt8U7FPFbu0CW4RkJ/Gm9aTLm6Fd1MXeYk=";
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/a93f0ac' (2024-10-16) → 'github:Aylur/ags/b7f3896' (2024-10-19) • Updated input 'astal': 'github:Aylur/astal/f763c44' (2024-10-18) → 'github:Aylur/astal/bfb7e27' (2024-10-20) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/fcada91' (2024-10-15) → 'github:elchininet/custom-sidebar/80942f5' (2024-10-21) • Updated input 'home-manager': 'github:nix-community/home-manager/09a0c0c' (2024-10-18) → 'github:nix-community/home-manager/1e27f21' (2024-10-20) • Updated input 'hyprland': 'github:hyprwm/Hyprland/0e630e9' (2024-10-17) → 'github:hyprwm/Hyprland/62ee5cc' (2024-10-19) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/79f0e31' (2024-10-18) → 'github:fufexan/nix-gaming/177e270' (2024-10-20) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/5c54c33' (2024-10-13) → 'github:Mic92/nix-index-database/04f8a11' (2024-10-20) • Updated input 'nixd': 'github:nix-community/nixd/c38702b' (2024-10-01) → 'github:nix-community/nixd/d3c7e56' (2024-10-20) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5785b6b' (2024-10-16) → 'github:NixOS/nixpkgs/4c2fcb0' (2024-10-18) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/2535bdd' (2024-10-18) → 'github:nix-community/nixpkgs-wayland/7c64c3c' (2024-10-20) • Updated input 'pokemon-colorscripts-src': 'gitlab:phoneybadger/pokemon-colorscripts/0483c85' (2022-10-28) → 'gitlab:phoneybadger/pokemon-colorscripts/5802ff6' (2024-10-19) • Updated input 'sops-nix': 'github:Mic92/sops-nix/06535d0' (2024-10-08) → 'github:Mic92/sops-nix/c504fd7' (2024-10-20) • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython/4bb0658' (2024-10-14) → 'github:thlucas1/SpotifyWebApiPython/8c6aff1' (2024-10-19) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/587d622' (2024-10-18) → 'github:make-all/tuya-local/38744c0' (2024-10-21) Docker Images: • rssbridge/rss-bridge latest: sha256:da785b43f43e4f718c525d71453d6b7011db98c68434f02315cb7ee1ecc88889 → sha256:42b4d1d1e3fb2c361a3a2fe2921a847bbdcd0d6d14a4d411482665fc4560a58d
2024-10-20 21:42:54 -04:00
};
passthru.update = concatTextFile {
name = "update";
files = [./update.sh];
executable = true;
destination = "/bin/update";
2024-10-16 20:12:23 -04:00
};
})