all repos — website @ 40ab775c0a63b9fc4ff84c6ae59ab00650b07ee3

My website

nix: don't pollute nix store with per-commit builds with no changes

Alan Pearce
commit

40ab775c0a63b9fc4ff84c6ae59ab00650b07ee3

parent

2ff6d160fcc488418cadadfb998f07cb233105b5

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M nix/default.nixnix/default.nix
@@ -1,6 +1,6 @@
{ pkgs, self }: let - version = self.shortRev or self.dirtyShortRev or "unstable-${self.lastModified}"; + version = "unstable"; fullSHA = self.rev or self.dirtyRev; mkDocker = type: { server, website }: let