Git shortrevs are 7 characters

This commit is contained in:
Eelco Dolstra 2013-01-22 13:32:05 +01:00
parent fc14a31f2c
commit f30842db06

View file

@ -1,5 +1,5 @@
{ nixosSrc ? {outPath = ./.; revCount = 1234; shortRev = "abcdef"; }
, nixpkgs ? {outPath = <nixpkgs>; revCount = 5678; shortRev = "fedcba"; }
{ nixosSrc ? {outPath = ./.; revCount = 1234; shortRev = "abcdefg"; }
, nixpkgs ? {outPath = <nixpkgs>; revCount = 5678; shortRev = "gfedcba"; }
#, minimal ? false
}: