dotfiles/nix-conf/pkgs/dot-hwtr/default.nix

5 lines
94 B
Nix

{ pkgs, lib, ... }@pkgs_input: pkgs.stdenv.mkDerivation {
name = "dot-hwtr";
native
}