16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
21 owner = "martijnvanbrummelen";
24 sha256 = "sha256-0mBiWKkMV8i9n158k843caulF90k43ctpMvKhc4HZxY";
40 wrapProgram $out/bin/nwipe \
50 enableParallelBuilding = true;
53 description = "Securely erase disks";
54 mainProgram = "nwipe";
55 homepage = "https://github.com/martijnvanbrummelen/nwipe";
56 license = licenses.gpl2Only;
57 maintainers = with maintainers; [
61 platforms = platforms.linux;