tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Allow autoupdates for altermime
Michael Raskin
11 years ago
040c0e8d
91623b84
+3
-5
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
altermime
default.nix
+3
-5
pkgs/tools/networking/altermime/default.nix
···
42
42
];
43
43
platforms = with a.lib.platforms;
44
44
linux;
45
45
-
};
46
46
-
passthru = {
47
47
-
updateInfo = {
48
48
-
downloadPage = "http://www.pldaniels.com/altermime/";
49
49
-
};
45
45
+
downloadPage = "http://www.pldaniels.com/altermime/";
46
46
+
inherit version;
47
47
+
updateWalker = true;
50
48
};
51
49
}) x
52
50