Avoid using rev in Agda derivation
This might make the derivation more cacheable Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
f5c1772de0
commit
7d6f362936
1
lib.nix
1
lib.nix
|
@ -27,7 +27,6 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "blog-static-agda-html";
|
name = "blog-static-agda-html";
|
||||||
version = settings.src.rev or "dirty";
|
|
||||||
buildInputs = [ ruby agdaEnv ];
|
buildInputs = [ ruby agdaEnv ];
|
||||||
builder = builtins.toFile "builder.sh" "
|
builder = builtins.toFile "builder.sh" "
|
||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
Loading…
Reference in New Issue
Block a user