1 2 3 4 5
with import <nixpkgs> {}; pkgs.dwm.overrideAttrs (oldAttrs: rec { name = "jtle-dwm"; src = ./.; })