aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index edcdbfd..cc64016 100644
--- a/default.nix
+++ b/default.nix
@@ -43,7 +43,7 @@ in rec {
ansible
];
buildPhase = ''
- echo "Can build!"
+ echo "Can build shell environment buildInputs!"
echo noop > $out
'';
});