~ruther/nixos-config

ref: f8629a2cb4bca5974807222bee95937d8efba9fd nixos-config/pkgs/dwl/default.nix -rw-r--r-- 383 bytes
f8629a2c — Frantisek Bohacek feat: remove doom emacs 8 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