How to add a patch to a package from flake-compat inside of Home Manager?

This page summarizes the projects mentioned and recommended in the original post on /r/NixOS

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Hyprland

    Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks.

  • Works as intended and it's super convenient to rollback with: nixos-rebuild switch --rollback hyprlandPatched = pkgs.applyPatches { name = "hyprland"; src = builtins.fetchTarball "https://github.com/hyprwm/Hyprland/archive/fb45f8f2f9efd988f2f5cef5cf74d6cba19e6b0c.tar.gz"; patches = [ (pkgs.fetchpatch { name = "nix-fix-hidpi.patch"; url = "https://github.com/hyprwm/Hyprland/commit/c386c52cf9fbd442e3c6efec4664d9907fd2cfb1.diff"; sha256 = "WJ3bWAxeFKZJp2y0gMgsjxlP1WZGoV5owkTpC0Nh0Oo="; }) ]; }; hyprland = (import flake-compat { src = hyprlandPatched; }).defaultNix;

  • flake-compat

  • # .nix { config, pkgs, ... }: { imports = [ ]; home-manager = { useUserPackages = true; useGlobalPkgs = true; users.me = let flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz"; hyprland = (import flake-compat { src = builtins.fetchTarball "https://github.com/hyprwm/Hyprland/archive/master.tar.gz"; }).defaultNix; in { imports = [ hyprland.homeManagerModules.default ]; wayland.windowManager.hyprland.enable = true; }; }; }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Hyprland on Ubuntu 23.04 (Wayland)

    1 project | /r/Ubuntu | 25 Apr 2023
  • My Asahi config with Hyprland

    2 projects | /r/AsahiLinux | 23 Apr 2023
  • Is it possible to set a per-workspace layout?

    1 project | /r/hyprland | 22 Apr 2023
  • NixOS keeps falling back to software rendering

    3 projects | /r/NixOS | 21 Apr 2023
  • Hyprland Screensharing Workaround with OBS Studio (+ wlrobs)

    1 project | /r/archlinux | 19 Apr 2023