tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hblock: set platforms
Weijia Wang
2 years ago
93ef3c8c
67c8d678
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
hblock
default.nix
+1
pkgs/tools/networking/hblock/default.nix
···
35
homepage = "https://github.com/hectorm/hblock";
36
license = licenses.mit;
37
maintainers = with maintainers; [ alanpearce ];
0
38
};
39
}
···
35
homepage = "https://github.com/hectorm/hblock";
36
license = licenses.mit;
37
maintainers = with maintainers; [ alanpearce ];
38
+
platforms = platforms.unix;
39
};
40
}