5 lines
94 B
Nix
5 lines
94 B
Nix
|
{ pkgs, lib, ... }@pkgs_input: pkgs.stdenv.mkDerivation {
|
||
|
name = "dot-hwtr";
|
||
|
native
|
||
|
}
|