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 'astal': 'github:Aylur/astal/b7af61d' (2024-11-24) → 'github:Aylur/astal/12fa0fb' (2024-11-26) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/d0c4394' (2024-11-25) → 'github:elchininet/custom-sidebar/91af66e' (2024-11-26) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/a397f74' (2024-11-25) → 'github:matt1432/discord-nightly-overlay/0ea4f4d' (2024-11-26) • Updated input 'gtk-theme-src': 'github:dracula/gtk/fda0fb5' (2024-11-17) → 'github:dracula/gtk/788add3' (2024-11-26) • Updated input 'hyprland': 'github:hyprwm/Hyprland/2687788' (2024-11-25) → 'github:hyprwm/Hyprland/1fb720b' (2024-11-26) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/74f284f' (2024-11-24) → 'github:matt1432/nixos-jellyfin/28c58c6' (2024-11-27) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/98a61cf' (2024-11-24) → 'github:Jovian-Experiments/Jovian-NixOS/e86d2ad' (2024-11-26) • Updated input 'nh': 'github:viperML/nh/cff51af' (2024-11-20) → 'github:viperML/nh/51020a2' (2024-11-26) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5e4fbfb' (2024-11-15) → 'github:NixOS/nixpkgs/4633a7c' (2024-11-25) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/0c3d6b6' (2024-11-25) → 'github:nix-community/nixpkgs-wayland/af74f7c' (2024-11-26) • Updated input 'sops-nix': 'github:Mic92/sops-nix/53c853f' (2024-11-21) → 'github:Mic92/sops-nix/3433ea1' (2024-11-25) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/c13cf16' (2024-11-25) → 'github:make-all/tuya-local/56f76f9' (2024-11-26) Docker Images: • rssbridge/rss-bridge latest: sha256:72218407217f2495a5f7f39b0adc1fdefba05c2fdecae6d4df1192389a250426 → sha256:a0ceedea6bfcaf7c8a2508b110ce20af6f5931f6f720674e414400fcae19d3af • nginx latest: sha256:bc5eac5eafc581aeda3008b4b1f07ebba230de2f27d47767129a6a905c84f470 → sha256:0c86dddac19f2ce4fd716ac58c0fd87bf69bfd4edabfd6971fb885bafd12a00b • ghcr.io/linuxserver/bazarr latest: sha256:0d544276b51e11fb96f4bccd7d5babef597be0199364a11c0cdf24ab0470c381 → sha256:5805d6a44689a41cf78a8317208276a52f0647fb3cd0b2c4a3c8df6e02f93d3b • ghcr.io/linuxserver/prowlarr latest: sha256:c492863c8e1da876a6be3d0d5836f25b3547c0a3293f0e9f09cd198ebf47ea37 → sha256:2ae64259bfca88972deec4cffa3750a454224283515854408e35af480f167cd7 • ghcr.io/linuxserver/sonarr latest: sha256:a30d870ae503e617e84909367c8f19096567ef60834fa8d81d86d17a13e50d1a → sha256:f1b771bf5f911ddb11aa86170ae27fab5ccde7d4671edcde6a3b264af8662945
2024-11-26 22:26:28 -05:00
hash = "sha256-vFo3E3kKXb7m2WBz/mcpQkQCiXgFZYv7zKYSyScE438=";
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
};
})