summaryrefslogtreecommitdiff
path: root/xyo-networks/default.nix
blob: ee63f973e243ac0922ad9132059e54b1f6076973 (plain)
1
2
3
4
5
6
7
with (import <nixpkgs> {});

stdenv.mkDerivation {
  name = "my_printf";
  builder = "${bash}/bin/bash";
  src = ./.;
}