nixos-configs/lib
matt1432 01f1fda3ac
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update sources
Flake Inputs:
    • Updated input 'gpu-screen-recorder-src':
        'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-20) rev: 51d883b97f057efc4168aaa80d5364ace8beef9b
      → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-22) rev: 7e8d6b3f33d7a45caf294cc22fb4cfffa7b09a3a

    • Updated input 'home-manager':
        'github:nix-community/home-manager' (2025-02-21) rev: 3c82285348bc811b723014cf4dba2f87e7ffc885
      → 'github:nix-community/home-manager' (2025-02-22) rev: cb3f6e9b59d3a5e51ef9f7da2b8418d5c72aaef8

    • Updated input 'hyprland':
        'github:hyprwm/Hyprland' (2025-02-21) rev: 0e24f9c0d55fcd9a5b2461a865d0e5dc2ea195c8
      → 'github:hyprwm/Hyprland' (2025-02-21) rev: f4b148df1e2d8edc96bd878a4cfde32ca6515ac8

    • Updated input 'jovian':
        'github:Jovian-Experiments/Jovian-NixOS' (2025-02-21) rev: 853fa6c627c568ef1452083fdc917a43f52cb6e0
      → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-22) rev: b555a7faa4831d47b3e11c78195d339f5ae58b3b

    • Updated input 'nix-gaming':
        'github:fufexan/nix-gaming' (2025-02-21) rev: e319f4c8f0082f2b69cf7580b41cf577211f3742
      → 'github:fufexan/nix-gaming' (2025-02-22) rev: 98d916077d100f8e220dad75c70a61382747b609

    • Updated input 'nixpkgs-wayland':
        'github:nix-community/nixpkgs-wayland' (2025-02-21) rev: cd1e927d3e66c3af30e860a006da744bba2c7cad
      → 'github:nix-community/nixpkgs-wayland' (2025-02-22) rev: 15203f2f89f630c7458b1c684df0374d67c6416f

    • Updated input 'spotifyplus-src':
        'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-21) rev: d0ac923a443d93f4f95f3522c6ee1a8292b0947e
      → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-21) rev: b3e2a328337d12046fc8e23b084d9b7971e40869

    • Updated input 'spotifywebapi-src':
        'github:thlucas1/SpotifyWebApiPython' (2025-02-20) rev: 60d2906637dc4724ccc62fa0c7a6251c75c570fc
      → 'github:thlucas1/SpotifyWebApiPython' (2025-02-22) rev: ee75577b1e4e39fa233beebc27b5200c5b3bd5c0

    • Updated input 'tuya-local-src':
        'github:make-all/tuya-local' (2025-02-21) rev: 9a5c1e516c8d6c3b0ecd7b6f890ede2a8dd178a6
      → 'github:make-all/tuya-local' (2025-02-22) rev: 1c8b4719d20ee614ee556dcf69e32a0dbd8da14c

Docker Images:
    • postgres 14:
       sha256:5d8330e221083215ffbb3c5feeb2cfe44aadda827bc3f0dad9bbf3e58ed2e895
     → sha256:0c39cbac2c87f0342f38f55cb1f3414726237086b3ab588ddbab3c81a8e08e0a

    • postgres 15-alpine:
       sha256:4bd44d9ac596285e113c44feb6f1e5e0c63c0121282dede187c9a5b9f8597efe
     → sha256:bfee8fabec7c662311eff39111a890f68a46a78a3b35e91353e185e7d5918517

    • ghcr.io/linuxserver/sonarr latest:
       sha256:28d9dcbc846aed74bd47dc90305e016183443ddc3dfa3e8bcac268fc653a6e5e
     → sha256:4dfedb2598dc6bd51c40f4ecea2631dbe367840678ab109cd968f821d81a5327

Node modules:
    @types/node: 22.13.4 -> 22.13.5
    eslint: 9.20.1 -> 9.21.0
    @eslint/js: 9.20.0 -> 9.21.0
2025-02-22 16:59:52 -05:00
..
attrs refactor: some nix code cleanups 2025-01-06 14:41:55 -05:00
flake refactor: rename build-failures to misc-fixes 2025-01-20 08:10:41 -05:00
hypr feat(lib): add hypr.mkMonitor helper function 2025-02-05 14:55:34 -05:00
pkgs chore: update sources 2025-02-22 16:59:52 -05:00
strings refactor: use helper funcs for hyprland conf 2024-11-20 20:12:24 -05:00
default.nix docs: clean up and remove TODOs 2025-02-18 02:41:02 -05:00
README.md docs: clean up and remove TODOs 2025-02-18 02:41:02 -05:00

Lib

This directory contains Nix functions separated by what type or program they are associated with.

Attribute Set Description
attrs Misc functions dealing with attribute sets
flake Helper functions for top level flake outputs
hypr Helper functions to configure hyprland in a cleaner way
pkgs Misc functions dealing with packages
strings Misc functions dealing with strings