nixos-configs/legacyPackages/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 flake.lock Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/61727b0' (2024-10-24) → 'github:Aylur/astal/7e48418' (2024-10-28) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/5962ac7' (2024-10-24) → 'github:elchininet/custom-sidebar/395688b' (2024-10-27) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/e4547ee' (2024-10-23) → 'github:matt1432/discord-nightly-overlay/97a9864' (2024-10-26) • Updated input 'firefox-gx-src': 'github:Godiesc/firefox-gx/eed2d63' (2024-10-24) → 'github:Godiesc/firefox-gx/2d1f5ce' (2024-10-27) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=5ffa725' (2024-10-24) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=05c74e5' (2024-10-27) • Updated input 'home-manager': 'github:nix-community/home-manager/a4353cc' (2024-10-23) → 'github:nix-community/home-manager/e834140' (2024-10-27) • Updated input 'hyprgrass': 'github:horriblename/hyprgrass/76063c5' (2024-10-24) → 'github:horriblename/hyprgrass/4045c9f' (2024-10-27) • Updated input 'hyprland': 'github:hyprwm/Hyprland/3cec45d' (2024-10-24) → 'github:hyprwm/Hyprland/b6e226c' (2024-10-27) • Updated input 'hyprpaper': 'github:hyprwm/hyprpaper/1c18ad6' (2024-09-01) → 'github:hyprwm/hyprpaper/3f8cc92' (2024-10-25) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/8ed2440' (2024-09-10) → 'github:matt1432/nixos-jellyfin/8b98490' (2024-10-27) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/899f84d' (2024-10-24) → 'github:Jovian-Experiments/Jovian-NixOS/b0d86a6' (2024-10-26) • Updated input 'material-symbols-src': 'github:beecho01/material-symbols/f32fef0' (2024-10-24) → 'github:beecho01/material-symbols/f1de6ed' (2024-10-27) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/af2e2e0' (2024-10-24) → 'github:fufexan/nix-gaming/655bf9e' (2024-10-27) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/04f8a11' (2024-10-20) → 'github:Mic92/nix-index-database/0e3a877' (2024-10-27) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/2768c7d' (2024-10-23) → 'github:NixOS/nixpkgs/18536bf' (2024-10-25) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/6adff06' (2024-10-24) → 'github:nix-community/nixpkgs-wayland/8d5faa9' (2024-10-27) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/774ed5f' (2024-10-24) → 'github:matt1432/nixos-pcsd/4713aff' (2024-10-26) • Updated input 'sops-nix': 'github:Mic92/sops-nix/78a0e63' (2024-10-24) → 'github:Mic92/sops-nix/1666d16' (2024-10-27) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/188f1ec' (2024-10-22) → 'github:thlucas1/homeassistantcomponent_spotifyplus/f4ab736' (2024-10-27) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/6ebc191' (2024-10-22) → 'github:make-all/tuya-local/b7a596f' (2024-10-27) • Updated input 'wakewords-src': 'github:fwartner/home-assistant-wakewords-collection/de66e86' (2024-09-02) → 'github:fwartner/home-assistant-wakewords-collection/86f3c2b' (2024-10-25) Docker Images: • nextcloud fpm: sha256:29088f7a332ae59f57b0b121bd9d6c6cf0dda1c536c8b7c889f28182e1c26601 → sha256:a45c76bad7a7cdc9b6d034409f1dabc23cc6bd3e6bb3ce62866eda1f9c10d114 • quay.io/vaultwarden/server latest: sha256:c07f5319d20bdbd58a19d7d779a1e97159ce25cb95572baa947c70f58589937c → sha256:7de8fd442afc26e4932a0b2521e2eec82db9f17667eef7b46fd9c2fa2e639de2 • ghcr.io/linuxserver/radarr latest: sha256:e0045d420eaf298a9449e12ed1cce654f171cc1043311f0f1cadaf2afeabe795 → sha256:a5a1fdf02aa14abc33a507eafa125ff57cb83f251a519536bce331ce9e008ef7 • ghcr.io/linuxserver/sonarr latest: sha256:db80ed8022dd15143644752a57db0553e48e23e3da54bdb9833d28ff89206a3c → sha256:c0281bd62b9a75f088fa4a09e5f8776431921883766633cb5e5fbd5a74761155 Firefox Addons: bitwarden: 2024.10.0 -> 2024.10.1
2024-10-27 22:07:14 -04:00
hash = "sha256-lqsxo0u52zjz00kgmJZYKjJCO+joWRFtkzjl6cuP9zM=";
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
};
})