This commit is contained in:
2023-03-09 00:13:43 -05:00
parent 4830c6d8b9
commit bf1baf7987

View File

@@ -66,11 +66,13 @@
# artifacts from above.
newalan = craneLib.buildPackage (commonArgs // {
inherit cargoArtifacts;
runCommandHook = {
newalan = pkgs.writeScript "New Alan CD" ''
meta = {
runCommandHook = {
newalan = pkgs.writeScript "New Alan CD" ''
echo HIIIII $(date) >> ~/TEST_SCRIPT
echo Wheee
'';
};
};
});
in