~ruther/nixos-config

ref: 4abaa92681920cf7847d3ef1036d075d60da966d nixos-config/pkgs/dwl/default.nix -rw-r--r-- 383 bytes
4abaa926 — Frantisek Bohacek chore: split dwl to flake packages 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ dwl, libdrm, fcft, fetchFromGitHub }:

((dwl.override {
  conf = ./config.h;
}).overrideAttrs (oldAttrs: {
  buildInputs = (oldAttrs.buildInputs or []) ++ [
    libdrm
    fcft
  ];
  src = fetchFromGitHub {
    owner = "Rutherther";
    repo = "dwl";
    rev = "8c82c67f151c78b6bbe895f4831b20e6d7875450";
    hash = "sha256-02j6T66gzYXkFql2NffujNJPQsaEFm00i+o4aazCn8U=";
  };
}))
Do not follow this link